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

前端 未结 9 1323
梦毁少年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:55

    This message occurs for Laravel's dependencies. If never run composer install in your project then run this command on the terminal. Else run composer update --no-scripts. All Laravel dependencies will download.

提交回复
热议问题