| Package Data | |
|---|---|
| Maintainer Username: | gearhub |
| Maintainer Contact: | vsruby91@gmail.com (Vince Ruby) |
| Package Create Date: | 2017-06-13 |
| Package Last Update: | 2017-09-08 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 03:04:34 |
| Package Statistics | |
|---|---|
| Total Downloads: | 96 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
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"