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

前端 未结 9 1326
梦毁少年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 17:16

    Just make your storage folder writable. This can be found in your app directory

    In your terminal use this command

    chmod +w  or chmod a+w 
    

    Make sure you navigate to the directory containing the directory you want to make writable or you point to that path.

提交回复
热议问题