Skip to content

Commit 9ea941a

Browse files
committed
Update Laravel 5 Installation instructions, closes #73
1 parent f04b95b commit 9ea941a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ Generate Laravel Migrations from an existing database, including indexes and for
1313
The recommended way to install this is through composer:
1414

1515
```bash
16-
composer require --dev --no-update "xethron/migrations-generator:dev-l5"
17-
composer require --dev --no-update "way/generators:dev-feature/laravel-five-stable"
18-
composer config repositories.repo-name git "[email protected]:jamisonvalenta/Laravel-4-Generators.git"
19-
composer update
16+
composer config repositories.repo-name vcs "https://github.com/jamisonvalenta/Laravel-4-Generators.git"
17+
composer require --dev "way/generators:dev-feature/laravel-five-stable" "xethron/migrations-generator"
2018
```
2119

2220
Edit `config/app.php` and add this to providers section:

0 commit comments

Comments
 (0)