Basic step Installing Laravel framework on window

Installing Laravel framework on window via Laravel installer(100%working):

Image result for laravel installation

make sure you have composer on your computer.
download the Laravel installer using Composer by typing following code in the command prompt:
composer global require "laravel/installer=~1.1"

go to folder:
C:\Users\ {User Name} \AppData\Roaming\Composer\vendor

copy the vendor folder and paste it into the folder (Destination folder) where you want to install Laravel project; for example, in folder D:\Test\Laravel.

after pasting, your folder structure look like this: D:\Test\Laravel\vendor

pressing down on Shift key and Right click on the folder vendor in your destination folder (D:\Test\Laravel\vendor), and choose "open command window here".

enter the command below:

laravel new your_project_destination

after the command runs, you will see laravel folder in your_project_destination

To create project  :composer create-project laravel/laravel  --prefer-dist



Download Video Here:Link Here
Basic step Installing Laravel framework on window Basic step Installing Laravel framework on window Reviewed by Anonymous on January 13, 2016 Rating: 5

No comments:

Java Ternary Operator

Java Ternary Operator Java ternary operator is the only conditional operator that takes three operands. Java ternary operator is a one l...

Powered by Blogger.