R
R
Relike2015-08-08 16:16:08
Laravel
Relike, 2015-08-08 16:16:08

How to fix installation errors?

I can't install Laravel on the server.
I tried it according to the instructions in this way

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

Then, from the Laravel folder, I dumped everything into the site folder, artisan does not work (vendor / autoload.php is missing)
Then I did:
composer install
The place where the questioner should paste the specific errors encountered during installation.

But nothing helped, what should I do?
Is it possible to download the whole framework somewhere?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Ukolov, 2015-08-08
@alexey-m-ukolov

Is it possible to download the whole framework somewhere?

Just don't tell anyone, but you can download it here .

E
Evgeny Elchev, 2015-08-09
@rsi

What a strange question.
If you dumped everything into the site folder, then where is vendor/autoload.php? After all, "composer create-project laravel/laravel --prefer-dist" creates it, if of course it passes without errors, if with errors, then why didn't you bring them?
Dalle found and used:
composer install
but nothing helped, what should I do?
So why didn't it help, what happened when you used it?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question