how to remove folder public in laravel

前端 未结 3 1076
野趣味
野趣味 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:08

    1. REMOVING .htaccess from root if you have created
    2. take all files and folder from public to root directory
    3. remove ../ from index.php
    4. rename OR remove public folder

提交回复
热议问题