dsfo22654 2014-10-27 18:44
浏览 28

Laravel新命令404错误

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.

  • 写回答

1条回答 默认 最新

  • dta25920 2014-10-27 19:50
    关注

    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.

    评论

报告相同问题?

悬赏问题

  • ¥15 用matlab 设计一个不动点迭代法求解非线性方程组的代码
  • ¥15 牛顿斯科特系数表表示
  • ¥15 arduino 步进电机
  • ¥20 程序进入HardFault_Handler
  • ¥15 oracle集群安装出bug
  • ¥15 关于#python#的问题:自动化测试
  • ¥20 问题请教!vue项目关于Nginx配置nonce安全策略的问题
  • ¥15 教务系统账号被盗号如何追溯设备
  • ¥20 delta降尺度方法,未来数据怎么降尺度
  • ¥15 c# 使用NPOI快速将datatable数据导入excel中指定sheet,要求快速高效