We Guarantee the Best and Free technical solutions
Some Usefull link in this Application will redirect your mind to a new techical world
Step1: Go to the terminal change the directory using cd command
Step2: To install laravel into your machine composer is required.
for installing composer use the following command
curl -sS https://getcomposer.org/installer | php
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
Step4: Execute the below commands through terminal.
sudo composer create-project laravel/laravel myfirstproject
After the above steps you can access the public folder, http://localhost/myfirstproject/public/ this will load the default laravel page