How to install laravel via composer ?

devquora
devquora

Posted On: Jan 27, 2021

 

    1 Answer Written

  •  devquora
    Answered by Anil Saini

    Installation Laravel via composer is very easy, you have to only run below command on the terminal to start to install rest is handled by the composer.

    composer create-project laravel/laravel your-project-name version

Related Questions

Please Login or Register to leave a response.

Related Questions

Laravel Interview Questions

What is Laravel?

Laravel is a free open source "PHP framework" based on the MVC design pattern. It is created by Taylor Otwell...