Kevin Dees
Kevin Dees
Hey @str When creating custom plugins you do not need to use override folders if you are using the `make:plugin` command. The command will generate a PHP class that will...
Hey @str TypeRocket does not yet have full support for PHP 8.1. However, we are working to be ready with PHP 8.1. There are several changes that need to be...
@str is there a none Laravel version? I have seen this but I'm not aware of a framework agnostic version.
@str We have added much better support for PHP 8.0 and some for 8.1 in v6 of TypeRocket.
This is a fresh Laravel v10.38 install using Jetstream and Inertia, with migrations already running.
@sunxiyuan @14nd90 TypeRocket is currently designed to use just the parent themes version of code. For child themes, we recommend applying filter and action hooks in the parent theme and...
@jacobnoah Thanks so much for sharing this. We will take a look at getting this into the core.
Hey @gogolander This is a good question. **TLDR**; The short answer is that the TypeRocket does not call a controller's `destroy()` method when using WordPress delete functionality. This only happens...
Thanks @apsolut You are awesome! Just saw your review on WP.org as well :)
I fixed this using string casting.