how to remove folder public in laravel

前端 未结 3 1071
野趣味
野趣味 2020-12-22 09:06

I have laravel setup on xampp located in http://localhost/laravel but to test it I have to go to localhost/laravel/public How do I get rid of the

3条回答
  •  [愿得一人]
    2020-12-22 10:06

    The better way is to use a virtual host and you may check this answer to setup a virtual host. Also you may use this solution but it's not recommended because it tells to move all files and folders from public to your app root folder.

提交回复
热议问题