-
Notifications
You must be signed in to change notification settings - Fork 0
📖 List the content inside a module
João Ferreira edited this page Jun 30, 2024
·
1 revision
To list the content inside a module, the command is the same as the normal listing, but you just add the module's flag:
php artisan modulify:list --module=your_module_name
Or, if you're using sail:
sail artisan modulify:list --module=your_module_name
This will list you all the controllers, models, migrations and views from the specified module.
Modulify ✨