Recently worked on a restful-api-starter and would like to know if its a worthy cause to invest time on perfecting the package.
It really depends on the project and the architecture of the project you are working on. Some projects are bigger and a simple CRUD generator would probably be useless when you have millions of classes handling every single thing in the application.
Generators are useful for small to medium projects, where you can quickly prototype a web application.
I personally don't use them at all.
Emil Moe
Senior Data Engineer
Which generators are we talking about? I use
php artisan make:controller API/v1/UserController --resource