Reputation: 2166
I'm trying to install a new Laravel app, and I'm getting the following error:
[Guzzle\Http\Exception\ClientErrorResponseException]
Client error response
[status code] 404
[reason phrase] Not Found
[url] http://192.241.224.13/laravel-craft.zip
I have the latest composer, and used it to install the latest Laravel.
Can anyone help me with this? I know the error has been corrected in the latest version on GitHub, and I searched for that file on my computer and found it, then confirmed that it already has the new URL that fixed this issue. I have no idea why the old one is still being used.
I even deleted the .Composer file and ran the Composer command again to reinstall Laravel fresh, and it still does the same thing.
Upvotes: 0
Views: 245
Reputation: 2166
I found the problem. There was another installation of Laravel that was in the path. I found it, and removed it, then added the correct path.
Upvotes: 1