Creating a new project with Laravel throws an exception
Try to remove ";" in extensions before the curl extension in your php.ini
file.
If the laravel
command fail you can try with composer create-project
:
composer create-project --prefer-dist laravel/laravel projectname