Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.29 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.29 KB

AdaptCMS

Official Site

Fork of caffeinated/modules

See: Official Repo

This is a fixed version which supports Laravel ~5.6

Caffeinated Modules

Laravel 5.4 Source License

Caffeinated Modules is a simple package to allow the means to separate your Laravel 5.5 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 adaptcms/modules

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