Artisan server in Laravel with php 5.6?

1

I created a project with Laravel 5.0 framework by composer, to run the project I use the php artisan serve command, however, I verified that the php version used on this server is 7, I have installed php 5.6 on the computer and would like the artisan to run with php 5.6 instead of the 7, does it have?

As the Laravel version is 5, it is giving a problem with php 7 and so I want to make this change, just to continue my studies with Laravel!

    
asked by anonymous 20.03.2017 / 01:14

0 answers