oanhnn / laravel-presets
Laravel Preset Command polyfill for Laravel 5.4
Requires
- php: >=7.0
- illuminate/console: 5.4.*
- illuminate/contracts: 5.4.*
- illuminate/filesystem: 5.4.*
- illuminate/support: 5.4.*
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~5.7
- squizlabs/php_codesniffer: ^2.5
This package is auto-updated.
Last update: 2020-10-07 22:26:01 UTC
README
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-master
Configuration
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.