eleftrik/laradhoc

php version

Closed this issue · 2 comments

how to choose php version?, i have an existing laravel project with php 7.2

how to choose php version?, i have an existing laravel project with php 7.2

Hi @jhonoryza, thanks for your request.
I'll release this feature as soon as possible.
Stay tuned!

@jhonoryza With release 1.5.0 now you're able to specify which version of PHP to run.

In your case, just set PHP_VERSION=7.2 in your .env file.

Remember to rebuild by running .docker/scripts/init.

Let me know if everything works as expected.
Thank you

Closed via 33b5eab