LaravelPackages.net
Acme Inc.
Toggle sidebar
pipeosorio1/modules

Laravel Modules

12.655
0
v2.0
About pipeosorio1/modules

pipeosorio1/modules is a Laravel package for laravel modules. It currently has 0 GitHub stars and 12.655 downloads on Packagist (latest version v2.0). Install it with composer require pipeosorio1/modules. Discover more Laravel packages by pipeosorio1 or browse all Laravel packages to compare alternatives.

Last updated

Caffeinated Modules

Source Latest Stable Version License Total Downloads Travis (.org)

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.

Documentation

You will find user friendly and updated documentation on the Caffeinated website.

Installation

Simply install the package through Composer. From here the package will automatically register its service provider and Module facade.

composer require pipeosorio1/modules

Current support targets PHP 8.3+ and Laravel 11+.

Config

To publish the config file, run the following:

php artisan vendor:publish --provider="Pipeosorio1\Modules\ModulesServiceProvider" --tag="config"

Changelog

You will find a complete changelog history within the CHANGELOG file.

Contributing

Please see CONTRIBUTING for details.

Testing

Run tests with PHPUnit:

vendor/bin/phpunit

Security

If you discover any security related issues, please email [email protected] directly instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Star History Chart