graham-campbell/core

Core Provides Some Extra Functionality For Laravel 5


Keywords
framework, base, laravel, core, starter, Graham Campbell, GrahamCampbell, Laravel Core, Laravel-Core
License
MIT

Documentation

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

StyleCI Status Build Status Coverage Status Quality Score Software License Latest Version

Installation

Either PHP 5.5+ or HHVM 3.6+ are required.

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

$ composer require graham-campbell/core

Instead, you may of course manually update your require block and run composer update if you so choose:

{
    "require": {
        "graham-campbell/core": "^5.0"
    }
}

Once Laravel Core is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key.

  • 'GrahamCampbell\Core\CoreServiceProvider'

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).