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
Just got it working after long hours of google and testing. Here is my steps:
laravel5 with IIS 8.5
set PATH=%PATH%;%USERPROFILE%\AppData\Roaming\Composer\vendor\bin composer global require "laravel/installer=~1.1"lavarel new app/public That's it, Happy Lavarel!
Reference: http://alvarotrigo.com/blog/installing-laravel-4-in-windows-7-with-iis7/