Hi,
I'm very new to Laravel, haven't been able to use it frankly because of various errors that I've encountered.
Recently, the error which I am getting after the project execution command "laravel new projectname" :
"Crafting application...
PHP Warning: fopen(/usr/bin/laravel_de21521f373cbb14e45c59135152463a.zip): failed to open stream: Permission denied in phar:///usr/local/bin/laravel/src/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php on line 438
"
[Guzzle\Common\Exception\InvalidArgumentException]
Could not open for writing
I have no idea of how to solve this, any help is greatly appreciated.
Regarfds OFer
Rapthera said:
use:
sudo laravel new project name
[Guzzle\Http\Exception\CurlException]
Thanks for the reply, this is the latest error using sudo -
[curl] 7: Failed connect to 192.241.224.13:80; Operation timed out [url] http://192.241.224.13/laravel-craft.z
ip
Assuming you have composer installed:
composer create-project laravel/laravel your-project-name
pogachar said:
Assuming you have composer installed:
composer create-project laravel/laravel your-project-name
I have and I tried that command but i'm getting the same failed to connect to ...operation timeout message Any ideas?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community