We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07ee76b + cda7727 commit 1bc1529Copy full SHA for 1bc1529
readme.md
@@ -3,4 +3,7 @@
3
2. Add `Laraveldaily\Quickadmin\QuickadminServiceProvider::class,` to your `\config\app.php` providers.
4
3. Run `php artisan quickadmin:install` and fill the required information.
5
4. Register middleware `'role' => \Laraveldaily\Quickadmin\Middleware\HasPermissions::class,` in your `App\Http\Kernel.php` at `$routeMiddleware`
6
-5. Access QuickAdmin panel by visiting `http://yourdomain/admin`.
+5. Access QuickAdmin panel by visiting `http://yourdomain/admin`.
7
+
8
+## More information and detailed description
9
+[http://laraveldaily.com/packages/quickadmin/](http://laraveldaily.com/packages/quickadmin/)
0 commit comments