Why “no such file or directory … autoload.php” when accessing Laravel app?

前端 未结 9 1319
梦毁少年i
梦毁少年i 2020-12-15 16:48

I am a newbie to Laravel, have been trying to install Laravel, wasted three hours unfortunately didn\'t work. When I access through public directory, I get these errors:

9条回答
  •  感情败类
    2020-12-15 16:59

    Your Laravel installer is giving an error.

    Do composer global require "laravel/installer"

    Then the new Laravel installer will be installed. Your new Laravel will not return an error then.

提交回复
热议问题