You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, due to a composer bug, you may need explicitly add the forked`way/generators` repo:
22
+
You also need to point to the fork of the `way/generators` repo:
22
23
```json
23
24
"repositories": [
24
25
{
@@ -27,7 +28,7 @@ Also, due to a composer bug, you may need explicitly add the forked `way/generat
27
28
}
28
29
]
29
30
```
30
-
For those who use `way/generators`: you will not be able to resolve a package version for both this package and `way/generators`. `composer update` without requiring `way/generators` to generate your migrations. Then remove `xethron/migrations-generator`, add your preferred version, and `composer update` again.
31
+
Note: `feature/laravel-five-stable` was forked from `way/generators``3.0.3` and was made Laravel `5.0` ready. Jeffrey Way has discontinued support for Laravel 5, so the other `artisan generate:` commands may not have been made `5.0` compatible. Investigate the `artisan make:` commands for substitutes, contribute to Laravel to extend generation support, or fix it and submit a PR to `jamisonvalenta/feature/laravel-five-stable`.
31
32
32
33
## Install
33
34
@@ -38,7 +39,7 @@ Edit your composer.json file to require `xethron/migrations-generator` and run `
0 commit comments