I must add that I have also restarted terminal between steps!
Can't use laravel new app-name
Hello!
Maybe you can help me with my problem.. I'm just starting out with larabook. I've used Laravel before and have made some beginner applications before taking a break. Since coming back, I see an error when using the 'laravel new' command.
It's exactly the same issue as here: https://laracasts.com/discuss/channels/general-discussion/laravel-new-error
This fix does work, but I want to try and get laravel new working - because that would be nice :)
I get this error message when running 'laravel new larabook'
[Guzzle\Http\Exception\ClientErrorResponseException]
Client error response
[status code] 404
[reason phrase] Not Found
[url] http://192.241.224.13/laravel-craft.zip
I realize the URL has been updated recently, and when I try and update the installer:
composer global require "laravel/installer=~1.1"
I get
Changed current directory to /Users/Tom/.composer
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 32 bytes) in phar:///usr/local/Cellar/composer/1.0.0-alpha8/libexec/composer.phar/src/Composer/DependencyResolver/RuleWatchNode.php on line 40
If I remember correctly I installed via brew and have run brew doctor and brew update without issue and the error message persists.
Can anyone help me? :)
Please or to participate in this conversation.