From d1545673e1cc1edadb8fd219ec25191eccd03922 Mon Sep 17 00:00:00 2001 From: Rachid Laasri Date: Wed, 2 Dec 2015 20:32:39 +0000 Subject: [PATCH] Update readme.md --- readme.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index f0d0d72..e4e93eb 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,6 @@ The current features are : - Check For Server Requirements. - Check For Folders Permissions. - Ability to set database information. - - Update existing application. - Migrate The Database. - Seed The Tables. @@ -18,7 +17,7 @@ First, pull in the package through Composer. ``` "require": { - "rachidlaasri/laravel-installer": "1.3" + "rachidlaasri/laravel-installer": "1.4" } ``` @@ -39,7 +38,7 @@ After that, include the service provider within `app/config/app.php`. Before using this package you need to run : ```bash -php artisan vendor:publish +php artisan vendor:publish --provider=RachidLaasri\LaravelInstaller\Providers\LaravelInstallerServiceProvider ``` You will notice additional files and folders appear in your project : @@ -51,10 +50,8 @@ You will notice additional files and folders appear in your project : ## Screenshots -![Laravel web installer](http://i.imgur.com/0iq09ac.png) +![Laravel web installer](http://i.imgur.com/3vYBPLn.png) ## TODO - [ ] Create Wiki. -- [ ] Change installer design. -- [ ] Refactor some classes. -- [ ] Support other languages. \ No newline at end of file +- [ ] Support more languages.