Laravel 5.1 Route Object not found

后端 未结 3 434
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-15 14:14

Please help me, I\'m working on a Laravel using the latest version of xampp & do not know what the cause of my problem is.

This route is working fine:

         


        
3条回答
  •  遥遥无期
    2021-01-15 14:44

    Add this to your httpd.vhosts file

     
    
     ServerName test.loc
     DocumentRoot "C:/xampp/apps/test.loc/public"
      
         Options Indexes FollowSymLinks MultiViews
         AllowOverride All
         Order allow,deny
         allow from all
     
    

提交回复
热议问题