LaravelPackages.net
Acme Inc.
Toggle sidebar
akhan/modules

Laravel 5.5 Modules

272
0
About akhan/modules

akhan/modules is a Laravel package for laravel 5.5 modules. It currently has 0 GitHub stars and 272 downloads on Packagist. Install it with composer require akhan/modules. Discover more Laravel packages by akhan or browse all Laravel packages to compare alternatives.

Last updated

Akhan Modules

Laravel 5.4 Source License

Akhan Modules based on package Caffeinated and this is a simple package to allow the means to separate your Laravel 5.4 application out into modules. Each module is completely self-contained allowing the ability to simply drop a module in for use.

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.

Documentation

You will find user friendly and updated documentation in the wiki here: Caffeinated Modules Wiki

Quick Installation

Begin by installing the package through Composer.

composer require akhan/modules

Once this operation is complete, simply add both the service provider and facade classes to your project's config/app.php file:

Service Provider

Akhan\Modules\ModulesServiceProvider::class,

Facade

'Module' => Akhan\Modules\Facades\Module::class,

And that's it! With your coffee in reach, start building out some awesome modules!

Star History Chart