Skip to content

Commit aa79850

Browse files
committed
Update Laravel 4 installation instructions
1 parent 9ea941a commit aa79850

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,15 @@ Notes:
3030

3131
## Laravel 4 installation
3232

33-
Edit your composer.json file to require `xethron/migrations-generator` and run `composer update`
34-
```json
35-
"require-dev": {
36-
"xethron/migrations-generator": "dev-master"
37-
}
33+
Run the following composer command:
34+
35+
```bash
36+
composer require --dev "xethron/migrations-generator:~1.3.0"
3837
```
3938

4039
Next, add the following service providers:
4140

42-
```
41+
```php
4342
'Way\Generators\GeneratorsServiceProvider',
4443
'Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider',
4544
```

0 commit comments

Comments
 (0)