Failing to deploy a Laravel app to EC2

后端 未结 2 459
既然无缘
既然无缘 2021-02-06 14:58

I have my Laravel project all working on my localhost. I deployed it to EC2, but nothing comes up. All I see in the dev console is internal error (500).

What am I miss

2条回答
  •  执念已碎
    2021-02-06 15:23

    This worked for me:

    [root@example-laravel-server ~]# chown -R apache:apache /var/www/laravel/laravel/storage
    

提交回复
热议问题