0
I’m having a doubt.
It is the first time I install Laravel and for this, I followed the tutorial of the following forum Tableless.
So far so good, the installation is ok, but when creating the first project, I get the following message:
Does anyone know how to solve it? Why, when looking at Wamp Server 3.0.8, it is already set to php 7.0, check the image
go to the command line and type
php -v
what result comes out ?– novic
I did what you asked and appeared version 5.6.25, as I change? and you know tell me why wamp shows one version and CMD shows another?
– Diego Lela
Yes Diego, you have in your machine two versions of
PHP
, one that the operating system has as standard/main and the other that is installed together with Wamp, and used by Wamp apache. You have to change the Windows environment variables. This link explains the following: https://blog.schoolofnet.com/2015/04/howto install/– novic
Thanks! problem solved! was that detail even, I changed the session variables and the problem was solved!
– Diego Lela
The question has nothing to do with HTML5, don’t use tags that have nothing to do with the problem, your question is about setting up the Apache server and PHP.
– Guilherme Nascimento