caffeinated / beverage
Laravel 5 support package
Installs: 3 977
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: >=5.5.9
- anahkiasen/underscore-php: 2.0.*
- danielstjules/stringy: ~1.8
- illuminate/config: 5.1.*
- illuminate/console: 5.1.*
- illuminate/filesystem: 5.1.*
- illuminate/support: 5.1.*
- symfony/filesystem: ~2.7
- vlucas/phpdotenv: 1.0.*
- webmozart/path-util: ~1.0
Requires (Dev)
- caffeinated/dev: dev-master@dev
README
Caffeinated Beverage
Caffeinated Beverage is a general support package for the Laravel 5 framework. Beverage provides flexible and reusable components of code for commonly used functionality as well as the means to customize the default Laravel 5 folder structure.
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 Beverage Wiki
Quick Installation
Begin by installing the package through Composer.
composer require caffeinated/beverage=~2.0
And that's it! With your coffee in reach, start building out some awesome web applications!