oanhnn/laravel-presets

This package is abandoned and no longer maintained. No replacement package was suggested.

Laravel Preset Command polyfill for Laravel 5.4

0.9.0 2017-04-28 03:50 UTC

This package is auto-updated.

Last update: 2020-10-07 22:26:01 UTC


README

Build Status Coverage Status

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.