标签: laravel deployment hosting shared-hosting
我刚刚将我的laravel项目上传到我的共享主机,并想知道我应该为了使项目有效而对配置做些什么和改变?
答案 0 :(得分:1)
我的典型清单:
/storage
bootstrap/cache
php artisan migrate
这应该让你开始运行,或者至少让你到达错误足够详细以解决问题的地步