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

doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

634,760,849 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444
laravel/serializable-closure

Laravel Serializable Closure provides an easy and secure way to serialize closur...

404,034,618 608
nunomaduro/collision

Cli error handling for console/command-line PHP applications.

387,976,821 4,658