Skip to content

Commit

Permalink
Updated readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ModestasV committed Oct 27, 2015
1 parent 59c8f6e commit 69d85cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"email": "[email protected]"
}
],
"version": "0.1.0",
"version": "0.1.1",
"require": {
"illuminate/html": "5.0.*@dev"
},
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Quick Admin installation
1. Install the package via `composer require quickadmin/quickadmin`.
2. Add `Quickadmin\Quickadmin\QuickadminServiceProvider::class,` to your `\config\app.php` providers.
2. Add `Laraveldaily\Quickadmin\QuickadminServiceProvider::class,` to your `\config\app.php` providers.
3. Run `php artisan quickadmin:install` and fill the required information.
4. Access QuickAdmin panel by visiting `http://yourdomain/qa`.

0 comments on commit 69d85cc

Please sign in to comment.