-
Notifications
You must be signed in to change notification settings - Fork 335
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
✨ 💡 Add and configure PHP 5.6, 7.0, and 7.1 #112
Conversation
Do you guys have an article that explains how to use different PHP versions per site? I'm trying
but it's still showing as PHP 7.1 when i run |
The docs have been updated: https://laravel.com/docs/5.4/homestead#multiple-php-versions |
Do I need to checkout Homestead 6.x in my Your docs still say:
|
yes, it's impossible to keep the docs updated >.< Always checkout the latest tagged release: https://github.com/laravel/homestead/releases |
Awesome. Thanks @svpernova09. I'll give it a go. |
I'm not too worried about it because i'm using 7.0 or 7.1 pretty exclusively now, but i'm getting an error in my homestead provision for 5.6:
Any thoughts? |
Hrm, their may be a bug in the version, someone in slack was having a similar issue. can you fill out a new issue: https://github.com/laravel/homestead/issues/new and I'll see if I can recreate |
It looks like php 5.6 is missing mcrypt. @mortscode Can you try removing your variables? I removed mine and that error went away for me. |
what @svpernova09 said. |
No description provided.