Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidlaasri committed Dec 2, 2015
1 parent 5b87dd9 commit d154567
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -18,7 +17,7 @@ First, pull in the package through Composer.

```
"require": {
"rachidlaasri/laravel-installer": "1.3"
"rachidlaasri/laravel-installer": "1.4"
}
```

Expand All @@ -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 :
Expand All @@ -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.
- [ ] Support more languages.

0 comments on commit d154567

Please sign in to comment.