Support the ongoing development of Laravel.io →
posted 9 years ago
Installation
Last updated 1 year ago.
0

Try grabbing a new copy of the installer and see if it makes a difference.

Last updated 1 year ago.
0

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)

  • Removing laravel/installer (v1.1.3)
  • Removing guzzlehttp/guzzle (4.2.1)
  • Removing guzzlehttp/streams (2.1.0)
  • Removing symfony/console (v2.5.3) Generating autoload files

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.

Last updated 1 year ago.
0

Pb is resolved ...

I had a copy of the laravel exec within my Homebrew bin directory... Hum!

J.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

jrean jrean Joined 4 Mar 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.