Skip to main content

Posts

Showing posts from April, 2017

Install Laravel on Windows

https://www.codeforest.net Tested on Windows 7 Requirements : PC or Laptop internet connection recomended speed 1mbps Web Server  Recomended XAMPP get ->  www.apachefriends.org/download.html Composer get ->  https://getcomposer.org/download/ LET'S GO 1. Install Xampp 2. Install Composer 3. Add PATH environment variables Open Run control sysdm.cpl,,3 register PHP path appending at last line ;C:\xampp\php register Composer Path if not automatically added after installing ;C:/Users/[...]/AppData/Roaming/Composer 2. Open Xampp Control Panel : on service apache click config -> Apache (httpd.conf) I use custom directory root DocumentRoot "D:/localhost" <Directory "D:/localhost"> 3. Start Apache Services 4. Open Command Prompt D:\localhost> cd frameworks D:\localhost\frameworks> mkdir laravel D:\localhost\frameworks> cd laravel D:\localhost\frameworks\laravel> composer global