HOW TO INSTALL LARAVEL (Step by Step)
Step by Step:- Download git bash from the official site. Download composer from the official site. Go to C:\xampp\htdocs, Run with Git Bash Here. When git bash is open then run this command to create a project name composer create-project –prefer-dist laravel/laravel YOUR_PROJECT_NAME “5.6.*” Go to http://localhost/phpmyadmin/ and create a database. Connect your project with … Read more