(How) Laravel Deploy with FTP

前端 未结 3 1217
半阙折子戏
半阙折子戏 2021-01-23 01:26

I built a laravel project and I normally use localhost with the command \"php artisan serve\" to test my project

But now, I want to host on server. I successfully connec

3条回答
  •  没有蜡笔的小新
    2021-01-23 02:24

    Did you make sure that you pointed the web server to the public/ folder? There is an index.php file in that folder that bootstraps the entire site.

提交回复
热议问题