Introduction
Laravel Preset Command polyfill for Laravel 5.4
Main features
Make Laravel Frontend Presets feature for Laravel 5.4
Requirements
- php >=7.0
- Laravel 5.4.x
Installation
To get started with Laravel Frontend Presets, use Composer to add the package to your project's dependencies:
$ composer require oanhnn/laravel-presets:dev-masterConfiguration
After installing the Laravel Frontend Presets library, register the Laravel\Presets\PresetServiceProvider in your config/app.php configuration file:
'providers' => [
// Other service providers...
Laravel\Presets\PresetServiceProvider::class,
],Usage
Please read:
Changelog
See all change logs in CHANGELOG.md
Contributing
All code contributions must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send a pull request.
To ensure a consistent code base, you should make sure the code follows the PSR-2.
If you would like to help take a look at the list of issues.
License
This project is released under the MIT License.
Copyright © 2017 Oanh Nguyen.