Stars: 951
Forks: 217
Pull Requests: 128
Issues: 314
Watchers: 64
Last Updated: 2023-03-10 11:56:10
:package: Modules package for Laravel
License: MIT License
Languages: PHP, Blade
Extract and modularize your code for maintainability. Essentially creates "mini-laravel" structures to organize your application. Originally developed for FusionCMS, an open source content management system.
You will find user friendly and updated documentation on the Caffeinated website.
Simply install the package through Composer. From here the package will automatically register its service provider and Module
facade.
composer require caffeinated/modules
To publish the config file, run the following:
php artisan vendor:publish --provider="Caffeinated\Modules\ModulesServiceProvider" --tag="config"
You will find a complete changelog history within the CHANGELOG file.
Please see CONTRIBUTING for details.
Run tests with PHPUnit:
vendor/bin/phpunit
If you discover any security related issues, please email [email protected] directly instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.