Installation of the Laravel

Asked

Viewed 2,923 times

2

I followed the installation text of the Laravel that is on the official website and returned me the following errors.

Warning: require(C: xampp htdocs primeiro_app_laravel bootstrap/./vendor/autoload.php): failed to open stream: No such file or directory in C: xampp htdocs primeiro_app_laravel bootstrap autoload.php on line 17

Fatal error: require(): Failed Opening required 'C: xampp htdocs primeiro_app_laravel bootstrap/.. /vendor/autoload.php' (include_path='C: xampp php PEAR') in C: xampp htdocs primeiro_app_laravel bootstrap autoload.php on line 17

To install Composer I practically made next next next next and typed the commands that were on the site of the same.

  • What version of your PHP ?

  • I’m using version 5.6.

2 answers

1


Do you have openssl enabled in php.ini? If you don’t, turn it on and then run:

composer update

0

Laravel is not finding folders and files.

Open your cmd, go to the folder of your project and do the command "Composer install".

Browser other questions tagged

You are not signed in. Login or sign up in order to post.