2017 © Pedro Peláez
 

library modules

Laravel 5.5 Modules

image

akhan/modules

Laravel 5.5 Modules

  • Thursday, February 15, 2018
  • by akhan-weltkind
  • Repository
  • 0 Watchers
  • 0 Stars
  • 120 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 17 % Grown

The README.md

Akhan Modules

Laravel 5.4 Source License, (*1)

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., (*2)

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

Documentation

You will find user friendly and updated documentation in the wiki here: Caffeinated Modules Wiki, (*4)

Quick Installation

Begin by installing the package through Composer., (*5)

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:, (*6)

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!, (*7)

The Versions

15/02 2018

dev-rdm-4480

dev-rdm-4480

Laravel 5.5 Modules

  Sources   Download

MIT

The Requires

 

laravel modules akhan

14/02 2018

dev-master

9999999-dev

Laravel 5.5 Modules

  Sources   Download

MIT

The Requires

 

laravel modules akhan