-
Notifications
You must be signed in to change notification settings - Fork 0
😬 Deleting a module
João Ferreira edited this page Jun 30, 2024
·
2 revisions
To delete a module, just do:
php artisan modulify:delete your_module_name
Or, if you're using sail:
sail artisan modulify:delete your_module_name
This will automatically unregister the module in laravel's providers (bootstrap\providers.php
) file.
Modulify ✨