L
L
lemonlimelike2018-06-02 14:15:58
Composer
lemonlimelike, 2018-06-02 14:15:58

Why isn't the vendor folder created in laravel?

Installed laravel to real north with this command

composer create-project --prefer-dist laravel/laravel blog
, registered the path to the public/index.php file, and I go to the site, and there is an error
HTTP ERROR 500
, went to the console and registered the command:
tail -f /var/log/apache2/error.log
and that's what it showed
5b127bf6bebf6926928380.png
. So I understand that there is no vendor folder, it really doesn't exist, it wasn't installed for some reason, why?
I ran the composer update command and this is what it shows: 5b127c5a6e0e2435201519.png
and I ran the composer self-update command, it says that there is no such command.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artyom, 2018-06-02
@lemonlimelike

Install the mbstring extension for PHP.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question