Laravel Preset Command polyfill for Laravel 5.4
Make Laravel Frontend Presets feature for Laravel 5.4
- php >=7.0
- Laravel 5.4.x
To get started with Laravel Frontend Presets, use Composer to add the package to your project's dependencies:
$ composer require oanhnn/laravel-presets:dev-master
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,
],
Please read:
See all change logs in CHANGELOG.md
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.
This project is released under the MIT License.
Copyright © 2017 Oanh Nguyen.