1.Laravel 5.8- 6.x- 7.x- 8.x Installation(How to install laravel on linux machine)
#like, #subscribe, #share
How to install Laravel on a Linux machine.
There are some steps.
Step1 – Firstly installed composer on your computer by this link (https://getcomposer.org/download/).
Step2 – After the Composer is installed, check the installation by typing the Composer.
Step3 – Run this command for creating a new Laravel fresh project (composer create-project laravel/laravel “project_name”).
Note – use project name without inverted commas.
Thank You.
centos 8