Installation of Laravel

2

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

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

     

Fatal error: require (): Failed opening required 'C: \ xampp \ htdocs \ first_app_laravel \ bootstrap /../ vendor / autoload.php' (include_path = 'C: \ xampp \ : \ xampp \ htdocs \ first_app_laravel \ bootstrap \ autoload.php on line 17

To install the composer I practically did next next next and typed the commands that were in the same site.

    
asked by anonymous 11.10.2016 / 02:46

2 answers

0

Do you have openssl enabled in php.ini? If you do not have it, activate and then run:

composer update
    
12.10.2016 / 17:28
-1

The laravel is not finding folders and files.

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

    
12.10.2016 / 17:36