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 69d85cc commit e93ff99Copy full SHA for e93ff99
composer.json
@@ -11,7 +11,7 @@
11
"email": "[email protected]"
12
}
13
],
14
- "version": "0.1.1",
+ "version": "0.1.2",
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`.
+1. Install the package via `composer require laraveldaily/quickadmin`.
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. Access QuickAdmin panel by visiting `http://yourdomain/qa`.
0 commit comments