kadevland/laravel-easy-modules
Laravel Easy Modules is a flexible Laravel package for modular architecture. Generate organized, maintainable applications with automatic component registration and Clean Architecture structure as default.
Package Status: Tested and works correctly for most use cases. Some edge cases may require manual handling.
Commandes Utilitaires :
easymodules:new - Crรฉer de nouveaux modules avec structure complรจteeasymodules:publish - Publier configuration et stubs avec options flexibleseasymodules:make-entity Blog Post - Domain entities with business logiceasymodules:make-model Blog Post --migration --factory - Eloquent models with all Laravel optionseasymodules:make-controller Blog PostController --resource - Controllers with Laravel compatibilityeasymodules:make-stub Blog UserRepository repository - Custom components with flexible stubsCommand Aliases: easymodules:, emodules:, emodule: for convenience
composer require --dev kadevland/laravel-easy-modules
php artisan easymodules:publish
php artisan easymodules:new Blog
Bug reports and contributions are always welcome to help improve the package!
How can I help you explore Laravel packages today?