A simple library to split your codes into modules. Make your codes become flexible, easy to maintenance and coding faster.
Use composer to manage your dependencies and install with command:
composer require omaicode/laradules
To create a module, enter command:
php artisan laradules:create:module {MODULE NAME}
This command will create your module inside folder {PROJECT}/modules. Example:
- app
- Http
- Models
- Providers
- ...
- modules
- ModuleA
- ModuleB
To show module list, enter command:
php artisan laradules:list:module
MIT
This is my first public library for Laravel, if it have any bugs just create your issue. I'll update as soon as possible! Thanks you for use my libraby.