D
D
dzenn2016-09-28 16:11:49
Composer
dzenn, 2016-09-28 16:11:49

How to start Laravel server?

good afternoon!
the task is to raise the project, for the first time I do it on a similar stack. os I have xubuntu. I did everything, but when I execute the command php artisan serve, I get this error

PHP Warning:  require(/var/www/informatikum-site-bootstrap/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/informatikum-site-bootstrap/bootstrap/autoload.php on line 17
PHP Fatal error:  require(): Failed opening required '/var/www/informatikum-site-bootstrap/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/informatikum-site-bootstrap/bootstrap/autoload.php on line 17

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Semenko, 2016-09-28
@abler98

You must first execute the command You
may need to generate a key
But it's better to install it right away through composer

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

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question