How to enable multiple php versions in homestead?



How to enable multiple php versions in homestead?..

Answer / Deepak Kumar Tomar

To enable multiple PHP versions in Laravel Homestead, you need to edit the Homestead.yml file and add additional php versions under the `php` key. After that, run `vagrant reload`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is meant by CRUD and explain each of it Operations ?

1 Answers  


What is laravel horizon?

1 Answers  


Explain laravel query builder?

1 Answers  


How do I disable csrf protection in laravel?

1 Answers  


Do you know laravel service container?

1 Answers  


What is route model binding in laravel?

1 Answers  


How to get user’s ip address in laravel?

1 Answers  


What is crud in laravel?

1 Answers  


What is the differce between contracts and facades?

1 Answers  


What is fluent query builder in laravel?

1 Answers  


How to get, set cookies in laravel?

1 Answers  


What is route parameters in laravel?

1 Answers  


Categories