Skip to content

Commit 69d85cc

Browse files
committed
Updated readme file.
1 parent 59c8f6e commit 69d85cc

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.1.0",
14+
"version": "0.1.1",
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
@@ -1,5 +1,5 @@
11
## Quick Admin installation
22
1. Install the package via `composer require quickadmin/quickadmin`.
3-
2. Add `Quickadmin\Quickadmin\QuickadminServiceProvider::class,` to your `\config\app.php` providers.
3+
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. Access QuickAdmin panel by visiting `http://yourdomain/qa`.

0 commit comments

Comments
 (0)