gearhub/laravel-enhancement-suite
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
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