khuehm1511/modules is a Laravel package for laravel modules.
It currently has 0 GitHub stars and 39 downloads on Packagist (latest version 6.3.8).
Install it with composer require khuehm1511/modules.
Discover more Laravel packages by khuehm1511
or browse all Laravel packages to compare alternatives.
Last updated
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 khuehm1511\\Modules
To publish the config file, run the following:
php artisan vendor:publish --provider="Khuehm1511\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.