How to create a Laravel Project using composer.

devquora
devquora

Posted On: Jun 03, 2021

 

    1 Answer Written

  •  devquora
    Answered by ramanji

    1. Using Laravel installer

    Composer global require "laravel/laravel"

    2. Using create-project method in composer

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

Related Questions

Please Login or Register to leave a response.

Related Questions

Laravel 9 interview questions

List Server Requirements for installing Laravel Framework

There is quite a requisite for the installation of Laravel 6. And, below is the list of the required servers that are needed for the installment of it.PHP 7.2.0 version Extension of BCMath PHP J...

Laravel 9 interview questions

What is Composer? How to install composer

Composer is a tool to manage the dependency in PHP. Composer allows declaring the libraries of a project and the composer will install or update them for the user. It is not a package manager but deal...

Laravel 9 interview questions

What is Laravel Homestead ?

Laravel Homestead helps in providing you a development environment and also that too without the installation of the PHP, HHVM, web server or any such thing in your local machine. It is completely dis...