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

reliese/laravel

Reliese Components for Laravel Framework code generation.

3,893,314 1,705
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,312 161
laravel-ja/laravel

The Laravel Framework.

5,667 17
kavenegar/laravel

laravel 4 and 5 kavenegar integration

361,233 86
laravel/laravel

The skeleton application for the Laravel framework.

64,400,768 84,869