setting up laravel on IIS7

前端 未结 8 1893
别那么骄傲
别那么骄傲 2020-12-15 02:11

I want to set up my IIS7 server in order to let it works with a web application written in laravel (php framework).

I found something simil

8条回答
  •  太阳男子
    2020-12-15 02:34

    I created the web.config file in root folder inside :

    
        
            
                
                
                
                
                
                
                
            
        
        
        
            
                
                    
                    
                        
                        
                    
                    
                
            
        
    
    

    then copy the index.php file of the public folder into the root folder of the project modifying the ../paths.php into paths.php as this guide says

    now everything works perfectly

提交回复
热议问题