Skip to content

Commit 3afbfca

Browse files
committed
Update: More details about our service registration in your application in order to add new routes
1 parent bd673d2 commit 3afbfca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"email": "[email protected]"
1313
}
1414
],
15-
"version": "1.1.4",
15+
"version": "1.1.5",
1616
"require": {
1717
"laravelcollective/html": "5.2.*",
1818
"intervention/image": "^2.3",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To use Quickadmin with Laravel Laravel 5.1.11 use branch `0.4.x`
99
###Please note: QuickAdmin requires fresh Laravel installation
1010

1111
1. Install the package via `composer require laraveldaily/quickadmin`.
12-
2. Add `Laraveldaily\Quickadmin\QuickadminServiceProvider::class,` to your `\config\app.php` providers.
12+
2. Add `Laraveldaily\Quickadmin\QuickadminServiceProvider::class,` to your `\config\app.php` providers **after `App\Providers\RouteServiceProvider::class,`** otherwise you will not be able to add new ones to freshly generated controllers.
1313
3. Configure your .env file with correct database information
1414
4. Run `php artisan quickadmin:install` and fill the required information.
1515
5. Register middleware `'role' => \Laraveldaily\Quickadmin\Middleware\HasPermissions::class,` in your `App\Http\Kernel.php` at `$routeMiddleware`

0 commit comments

Comments
 (0)