简体   繁体   中英

Laravel app development on apache but deploying it on nginx server

We are planning to develop a Laravel 5.4 web application on apache on windows but we will deploy it on nginx server.

The question is, does it have any effect or bugs while deploying due to server environment changes ?

Or we must use nginx as a local server as well ?

If you develop on apache you need the htaccess in /public folder. In nginx this is not needed. The short and simple answer is no, you will not have any issues, but the most complex answer is depends on what kind of app you are develop.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM