Wednesday, November 30, 2022

How to Install Laravel using Composer

Step to follow

  • Installation of PHP Local Server (i.e XAMPP)
  • Installation of Composer
  • Installation of Laravel Globally
  • Creating a new project 

Step 1:-  Create new Laravel projects by globally installing the Laravel installer via Composer

More info click me


Step 2: Check the laravel version 


Step 3: Create the new project of laravel

so GO->XAMPP->htdoc

CMD:- laravel new Project-name



Step 4: Load the project on the port

CMD:- php artisan serve


    Run the port on the browser







No comments:

Post a Comment

If you have any problem please let me know.