We Guarantee the Best and Free technical solutions

Some Usefull link in this Application will redirect your mind to a new techical world

Admin
Laravel Installation steps in Ubuntu

Step1: Go to the terminal change the directory using cd command

install laravel in ubuntu install laravel in ubuntu

Step2: To install laravel into your machine composer is required.
for installing composer use the following command
curl -sS https://getcomposer.org/installer | php

install laravel in ubuntu install laravel in ubuntu

Step3:If composer command is not working after executing the above commands, then use the below command to install the composer
sudo apt install composer

install laravel in ubuntu

Step4: Execute the below commands through terminal.
sudo composer create-project laravel/laravel myfirstproject

install laravel in ubuntu install laravel in ubuntu

After the above steps you can access the public folder, http://localhost/myfirstproject/public/ this will load the default laravel page