-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 on laravel-migrate-fresh #426
Comments
hmm not sure what happened there, for now, I think you can remove https://github.com/REBELinBLUE/deployer/blob/0.0.47/composer.json#L76 and change https://github.com/REBELinBLUE/deployer/blob/0.0.47/composer.json#L70 to 1.5.4 but it is a dev dependency so that shouldn't be needed, will look at fixing it properly at the weekend |
That might happen if the npm install took more than 10 minutes... try running |
|
Looks like this may be an issue with older version of laravel on new versions of MySQL https://stackoverflow.com/questions/50068663/laravel-5-5-with-mysql-8-0-11-sql-mode-cant-be-set-to-the-value-of-no-auto laravel/framework#24038 you can try updating laravel from 5.4 to 5.5 but I am sure if it will work so smoothly. I am only on my phone right now but I'll take a look at the weekend at tagging a new release updated to 5.5 and with the other fix |
Uh jeez yeah... honestly I'd wait 48 hours and I will try and sort it tomorrow evening / Saturday morning. |
Getting there... slowly, yeap dependency hell. Hopefully before the end of the day |
You don't need to stress. I have a second server with an older MySQL version I moved to so that it's still working. 🤭 |
Cool, I'll do it anyway as I didn't know the current release was no longer installable |
The |
Describe the bug
Running
composer install --no-dev -o
runs into problemsSteps to reproduce
Screenshots
Environment info
Please provide the following instead.
The text was updated successfully, but these errors were encountered: