-
Notifications
You must be signed in to change notification settings - Fork 106
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
PHP 8 Support #148
Comments
Yep, will be working on that soon enough! |
thanks @fideloper 🎉🎉🎉 |
@fideloper thanks for such a nice little utility, I am wondering if php 8 support has been added yet? |
Hi!
Since Laravel Sail exists, you may want to use that instead.
That being said, Yeah I can likely get php8 working here without too much
hassle.
Let me know if you try out Sail tho!
…On Mon, Oct 4, 2021 at 5:18 PM aftab-rfg ***@***.***> wrote:
@fideloper <https://github.com/fideloper> thanks for such a nice little
utility, I am wondering if php 8 support has been added yet?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#148 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADSDU5BZU6YTDKZSJYYAETUFIR23ANCNFSM4UEUWLPQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I already tried Laravel sail, but I thought vessel was a bit more flexible and can easily be customised. If that's not the case then I will revert back to that :-) Thanks |
@fideloper the php version can be manage by a ENV variable.. this containerized solution is pretty great and server many other things apart of larashit! there are some ways:
we can just pass or configure the php version as PHP_VER=8 for php 8.1, PHP_VER=7 for php 7.4 or PHP_VER=L for 8.2 (winbuntu lasted, cos i gues you will use LTS only) and use respective winbuntu image in the docker-files/docker/app/Dockerfile |
Description
Not a bug but just asking if you will support php 8 thanks @fideloper
The text was updated successfully, but these errors were encountered: