Replies: 1 comment
-
iseed 3.0 is not compatible with Laravel 5.5-5.8. It's not just the folder location but the syntax as well. Using ~2.6.4 helped a lot! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
If you use a pre-v8 Laravel installation and you happen to have your composer.json set up so that it requires iseed package like this:
"orangehill/iseed": "dev-master",
make sure to change it to:
"orangehill/iseed": "~2.6.4",
otherwise, your code might break due to a different seed directory folder name. Hope this solves someone's problem!
Beta Was this translation helpful? Give feedback.
All reactions