Install Laravel Framework in Windows

Revision as of 02:33, 17 October 2016 by 124.104.243.22 (124.104.243.22)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install Laravel Framework in Windows.

Steps

  1. Install Laravel Framework in Windows *PHP version greater than 5.3.7 is required...
  2. Download Laravel from: www.github.com/laravel/laravel/archive/master.zip
  3. Extract Laravel into the www folder for WAMP (www.wampserver.com).
  4. Download Composer from: www.getcomposer.org/Composer-Setup.exe
  5. Enable openssl from all php.ini files.
  6. Install Composer into the same directory php.exe is located.
  7. Click on WAMP icon->PHP->PHP Extensions and enable: php_openssl, php_curl, php_sockets.
  8. Click on wamp icon->Apache->Apache Modules and enable ssl_module
  9. Open cmd.
  10. Change into the directory where you extracted Laravel e.g: cd C:\wamp\www\laravel.
  11. Type the command: composer install.
  12. Click on wamp icon->Apache->Apache Modules and enable rewrite_module
  13. Installation completed.
  14. Open your browser and run URL : localhost/laravel/public, you will be see below output.