03 Instalation
03 Instalation
htm
Laravel - Installation
For managing dependencies, Laravel uses composer. Make sure you have a Composer
installed on your system before you install Laravel. In this chapter, you will see the installation
process of Laravel.
You will have to follow the steps given below for installing Laravel onto your system −
Step 1 − Visit the following URL and download composer to install it on your system.
https://getcomposer.org/download/
Step 2 − After the Composer is installed, check the installation by typing the Composer
command in the command prompt as shown in the following screenshot.
Step 3 − Create a new directory anywhere in your system for your new Laravel project. After
that, move to path where you have created the new directory and type the following command
there to install Laravel.
Now, we will focus on installation of version 5.7. In Laravel version 5.7, you can install the
complete framework by typing the following command −
1 of 5 14-04-2022, 3:09 PM
Laravel - Installation https://www.tutorialspoint.com/laravel/laravel_installation.htm
The Laravel framework can be directly installed with develop branch which includes the latest
framework.
Step 4 − The above command will install Laravel in the current directory. Start the Laravel
service by executing the following command.
Step 5 − After executing the above command, you will see a screen as shown below −
2 of 5 14-04-2022, 3:09 PM
Laravel - Installation https://www.tutorialspoint.com/laravel/laravel_installation.htm
Step 6 − Copy the URL underlined in gray in the above screenshot and open that URL in the
browser. If you see the following screen, it implies Laravel has been installed successfully.
13 Lectures 3 hours
Sebastian Sulinski
More Detail
3 of 5 14-04-2022, 3:09 PM
Laravel - Installation https://www.tutorialspoint.com/laravel/laravel_installation.htm
Antonio Papa
More Detail
Sebastian Sulinski
More Detail
Laravel 5
42 Lectures 1 hours
Skillbakerystudios
More Detail
4 of 5 14-04-2022, 3:09 PM
Laravel - Installation https://www.tutorialspoint.com/laravel/laravel_installation.htm
More Detail
Hafizullah Masoudi
More Detail
5 of 5 14-04-2022, 3:09 PM