yaddly's avatar
Level 2

How To Automatically Generate CRUD Views Using Artisan Command

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.

0 likes
2 replies

Please or to participate in this conversation.