typerocket
typerocket copied to clipboard
TypeRocket is a highly integrated MVC WordPress framework with beautiful UI components for the modern developer.
Hi Kevin, I've got a CPT called 'car' that has to interoperate with a external service. So I: 1. asked galaxy to create the model and the controller with `php...
can i use typerocket for custom plugin development ?
I wanted to `make:plugin`. Before making the plugin there was no $overrides folder, so I pointed both vars to the same typerocket folder. This ran fine, but after creating the...
Hi Typerocket team, I believe I have solved a huge issue for you when it comes to generating a new repeater block with an editor (wordpress editor) field inside of...
Not been able to test extensively so I may be barking up the wrong tree here, but I was really struggling to get any routes firing after following the docs...
To be honest, I purchased plugin to check options etc. and did not have much time until past weeks, I do find some parts strange but all-in-all experience is amazing,...
Hi @kevindees, I'm at it again, sorry. This is a follow-up on #250. I need WP to interoperate with a custom set of APIs and, to do that, I need...
Could it be that tags after 6.0 were deleted from GitHub? https://github.com/TypeRocket/typerocket/tags
In my config/app.php I was registering a service as per the docs ``` 'services' => [ ... '\App\Services\UserService', ], ``` But when it came to getting the service, it was...