diff --git a/composer.json b/composer.json index 87928bd..bd1a9b7 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "email": "povilas@webcoderpro.com" } ], - "version": "0.1.0", + "version": "0.1.1", "require": { "illuminate/html": "5.0.*@dev" }, diff --git a/readme.md b/readme.md index 48a52de..870d872 100644 --- a/readme.md +++ b/readme.md @@ -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`. \ No newline at end of file