In CMD
I want to create a new laravel project, but then I get the following error:
This package requires php >=7.0.0 but your PHP version (5.6.25) does not satisfy that requirement.
In wamp I selected: PHP > VERSION > 7.0.10, but its still using the wrong php version.
C:\wamp\www>php --ini
Configuration File (php.ini) Path: C:\WINDOWS
Loaded Configuration File: C:\wamp\bin\php\php5.6.25\php.ini
Scan for additional .ini files in: (none)
Additional .ini files parsed: (none)
Hopefully someone can help me out;)