2017 © Pedro Peláez
 

library laravel-enhancement-suite

Additions that are used in most of our Laravel projects.

image

gearhub/laravel-enhancement-suite

Additions that are used in most of our Laravel projects.

  • Friday, September 8, 2017
  • by gearhub
  • Repository
  • 1 Watchers
  • 0 Stars
  • 89 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Laravel Enhancement Suite

Installation

To install with composer you can run:, (*1)

$ composer require gearhub/laravel-enhancement-suite

or you can edit your composer.json with:, (*2)

"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:, (*3)

GearHub\LaravelEnhancementSuite\LaravelEnhancementSuiteServiceProvider::class

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

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

Run this in the command line:, (*5)

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

The Versions

08/09 2017

dev-master

9999999-dev

Additions that are used in most of our Laravel projects.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vince Ruby

laravel gear gearhub

08/09 2017

v2.0.0

2.0.0.0

Additions that are used in most of our Laravel projects.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vince Ruby

laravel gear gearhub

10/07 2017

v1.0.3

1.0.3.0

Additions that are used in most of our Laravel projects.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vince Ruby

laravel gear gearhub

19/06 2017

v1.0.2

1.0.2.0

Additions that are used in most of our Laravel projects.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vince Ruby

laravel gear gearhub

15/06 2017

v1.0.1

1.0.1.0

Additions that are used in most of our Laravel projects.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vince Ruby

laravel gear gearhub

15/06 2017

v1.0.0

1.0.0.0

Additions that are used in most of our Laravel projects.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vince Ruby

laravel gear gearhub

13/06 2017

v0.1.0

0.1.0.0

Additions that are used in most of our Laravel projects.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vince Ruby

laravel gear gearhub