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