laravel / ideas

Issues board used for Laravel internals discussions.
938 stars 28 forks source link

CLI command to create Views just like we do to create resource controller #2497

Open marifuli opened 3 years ago

marifuli commented 3 years ago

Laravel has a cli command (php artisan make:resource nameController) to create a resource controller. I saw that cakePHP have a feature to create four views (index, create, edit, delete) just like we do in laravel but for controller.

I think this may be helpful for others too and was thinking to make a pull request. What do you think?