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.
1 parent 59c8f6e commit 69d85ccCopy full SHA for 69d85cc
composer.json
@@ -11,7 +11,7 @@
11
"email": "[email protected]"
12
}
13
],
14
- "version": "0.1.0",
+ "version": "0.1.1",
15
"require": {
16
"illuminate/html": "5.0.*@dev"
17
},
readme.md
@@ -1,5 +1,5 @@
1
## Quick Admin installation
2
1. Install the package via `composer require quickadmin/quickadmin`.
3
-2. Add `Quickadmin\Quickadmin\QuickadminServiceProvider::class,` to your `\config\app.php` providers.
+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. Access QuickAdmin panel by visiting `http://yourdomain/qa`.
0 commit comments