Try grabbing a new copy of the installer and see if it makes a difference.
Hi,
So first I update my global composer.json file and remove the
require "laravel/installer=~1.1" line.
Then I perform the composer global update command which outputs the following lines:
Updating dependencies (including require-dev)
Now I will fetch again the laravel installer by typing the following command:
composer clearcache composer global require "laravel/installer=~1.1"
The output: Updating dependencies (including require-dev)
Installing symfony/console (v2.5.4) Downloading: 100%
Installing guzzlehttp/streams (2.1.0) Downloading: 100%
Installing guzzlehttp/guzzle (4.2.2) Downloading: 100%
Installing laravel/installer (v1.1.3) Downloading: 100%
Now if I try again the laravel new testproject command I still have the following response:
[Guzzle\Http\Exception\ClientErrorResponseException] Client error response [status code] 404 [reason phrase] Not Found [url] http://192.241.224.13/laravel-craft.zip
It's just a 404 to correct.
Regards,
J.
Pb is resolved ...
I had a copy of the laravel exec within my Homebrew bin directory... Hum!
J.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community