How to create a laravel project using composer.



How to create a laravel project using composer...

Answer / Vishal Ruhela

To create a new Laravel project using Composer, you can use the `create-project` command. Open your terminal and navigate to the directory where you want to create the project, then type the following command: `composer create-project --prefer-dist laravel/laravel ProjectName`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

How to share your homestead with others.

1 Answers  


What is laravel contract?

1 Answers  


How to get current environment in laravel?

1 Answers  


What is a flush() ?

1 Answers  


Explain about Form without CSRF token in Laravel ?

1 Answers  


Explain the types of dependency injection?

1 Answers  


List basic concepts in laravel?

1 Answers  


What are terminable middlewares?

1 Answers  


Do you know what is method spoofing in laravel?

1 Answers  


What is laravel slug?

1 Answers  


Where will you define laravel's facades?

1 Answers  


What are class traits?

1 Answers  


Categories