Skip to content

Commit a38a0a7

Browse files
committed
Readme update
1 parent 9d088bb commit a38a0a7

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
@@ -11,7 +11,7 @@
1111
"email": "[email protected]"
1212
}
1313
],
14-
"version": "0.2.1",
14+
"version": "0.2.2",
1515
"require": {
1616
"illuminate/html": "5.0.*@dev"
1717
},

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
2. Add `Laraveldaily\Quickadmin\QuickadminServiceProvider::class,` to your `\config\app.php` providers.
44
3. Run `php artisan quickadmin:install` and fill the required information.
55
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/qa`.
6+
5. Access QuickAdmin panel by visiting `http://yourdomain/admin`.

0 commit comments

Comments
 (0)