gearhub/laravel-enhancement-suite

Additions that are used in most of our Laravel projects.
96
Install
composer require gearhub/laravel-enhancement-suite
Latest Version:v2.0.0
PHP:>=5.6.4
License:MIT
Last Updated:Sep 8, 2017
Links: GitHub  ·  Packagist
Maintainer: gearhub

Laravel Enhancement Suite

Installation

To install with composer you can run:

$ composer require gearhub/laravel-enhancement-suite

or you can edit your composer.json with:

"require": {
    "gearhub/laravel-enhancement-suite": "^1.0.0"
}

Once that is finished, you need to add the service provider to your providers array in your app.php:

GearHub\LaravelEnhancementSuite\LaravelEnhancementSuiteServiceProvider::class

Next, you need to add the facade to your aliases array in your app.php:

'Repository' => \GearHub\LaravelEnhancementSuite\Facades\Repository::class

Run this in the command line:

$ php artisan vendor:publish --provider="GearHub\LaravelEnhancementSuite\LaravelEnhancementSuiteServiceProvider"

Related Packages

maystro/filament-popup-modal

A comprehensive modal dialog system for FilamentPHP with progress bars, callback...

7 1
andhikamaheva/date

A date library to help you work with dates in different languages

13 1
vlados/laravel-blade-crawler-detect

Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...

5,439 0
wobeto/twitter

Laravel 4 Service Provider to interact with twitter account, like return a colle...

135 1