Home

Awesome

Laravel Core

Laravel Core was created by, and is maintained by Graham Campbell, and provides some extra functionality for Laravel 5. Feel free to check out the change log, releases, license, and contribution guidelines.

Laravel Core

<p align="center"> <a href="https://styleci.io/repos/14904615"><img src="https://styleci.io/repos/14904615/shield" alt="StyleCI Status"></img></a> <a href="https://travis-ci.org/GrahamCampbell/Laravel-Core"><img src="https://img.shields.io/travis/GrahamCampbell/Laravel-Core/master.svg?style=flat-square" alt="Build Status"></img></a> <a href="https://scrutinizer-ci.com/g/GrahamCampbell/Laravel-Core/code-structure"><img src="https://img.shields.io/scrutinizer/coverage/g/GrahamCampbell/Laravel-Core.svg?style=flat-square" alt="Coverage Status"></img></a> <a href="https://scrutinizer-ci.com/g/GrahamCampbell/Laravel-Core"><img src="https://img.shields.io/scrutinizer/g/GrahamCampbell/Laravel-Core.svg?style=flat-square" alt="Quality Score"></img></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" alt="Software License"></img></a> <a href="https://github.com/GrahamCampbell/Laravel-Core/releases"><img src="https://img.shields.io/github/release/GrahamCampbell/Laravel-Core.svg?style=flat-square" alt="Latest Version"></img></a> </p>

Installation

Laravel Core requires PHP 5.5+. This particular version supports Laravel 5.1, 5.2, 5.3, or 5.4 only.

To get the latest version, simply require the project using Composer:

$ composer require graham-campbell/core

Once installed, you need to register the GrahamCampbell\Core\CoreServiceProvider service provider in your config/app.php. You can now utilize this package to provide a basic cli installation framework for your application.

Configuration

Laravel Core requires no configuration. Just follow the simple install instructions and go!

Usage

There is currently no usage documentation for Laravel Core, but we are open to pull requests.

Security

If you discover a security vulnerability within this package, please send an e-mail to Graham Campbell at graham@alt-three.com. All security vulnerabilities will be promptly addressed.

License

Laravel Core is licensed under The MIT License (MIT).