M
M
marq2021-10-17 11:57:35
Laravel
marq, 2021-10-17 11:57:35

How to install laravel using composer?

I'm trying to install laravel, but it gives me an error:

Running composer update laravel/installer
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
11 packages you are using are looking for funding.
Use the `composer fund` command to find out more!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey delphinpro, 2021-10-17
@marq

Installation via Composer https://laravel.com/docs/8.x#installation-via-composer
We wrote especially for you.
In general, you need to execute a single command

composer create-project laravel/laravel example-app

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question