mshmsh / modules
Seperate your project to modules , every module has all of its functionality to be seperated and reusable
2.0
2023-10-25 10:14 UTC
This package is auto-updated.
Last update: 2025-03-17 10:16:34 UTC
README
Eveny components contains :
- Controllers
- DB migrations,
- Components
- Models
- Routes
- View
Using this package you can use any of your modules for any other project for one step only
Commands
- Create new Modules
php artisan module:create ModuleName
- Create new model , migration , controller , component , resource , request
php artisan module make model ModelName --m=User
--m
to select specific components to run command on it