Laravel Installation – how to laravel latest version

Submitted by dave - 6 years ago

Laravel Installation, how to laravel latest version

Laravel Installation – how to laravel latest version

//see more at :: http://www.onlinecode.org/laravel-installation/

In this post we will show you how to Laravel Installation with latest version. we will show you how to Laravel Installation with every stemp for laravel latest version.

For managing dependencies, Laravel uses composer. certify you’ve got a musician put in on your system before you put in Laravel.

 − Visit the subsequent URL and download composer to install in it on system of your.

	
https://getcomposer.org/download/

− when the musician is put in, check the installation by typewriting the musician command within the electronic communication as shown within the following screenshot.
Laravel Installation composer


- produce a brand new directory anyplace in your system for your new Laravel project. After that, move to path wherever you’ve got created the new directory and kind the subsequent command there to put in Laravel.

	
composer create-project laravel/laravel –-prefer-dist

add your porject name in th place of –-prefer-dist ecample you you’ve got cret project with name onlinecode then use this following command there to put in Laravel

	
composer create-project laravel/laravel onlinecode

− The higher than command can install Laravel within the current directory. begin the Laravel service by execution the subsequent command.