How to Install Laravel

Make sure you have a composer installed in your system .

  1. Download composer

           https://getcomposer.org/download/

  1. Install composer when download will complete
  2. Using “composer” you can check composer installed or not

4. Run below command for creating Laravel application

composer create-project --prefer-dist laravel/laravel projectname

5 Using “CD” command in your project

6. Start the Laravel by executing the following command.

php artisan serve

7. Access below URL in browser

http://127.0.0.1:8000

One thought on “How to Install Laravel

Leave a Reply

Your email address will not be published. Required fields are marked *