@yaddly Depending on what your trying to achieve, Filament Does this.
https://laracasts.com/series/rapid-laravel-development-with-filament https://filamentphp.com/
Good day Laracons, I would love to have a command that automatically generates CRUD views based on the model flag.
php artisan make:view -crud --model=Student
This command would then create CRUD views based on some predefined templates and output the views into a folder named after the specified model. Is this doable? I have seen this in Asp.Net MVC framework.
Please or to participate in this conversation.