I started using Lumen upon its release in April.
From version 5.0, I already faced this same problem and found a solution (see here).
There are some days I proceeded to create a new project in Lumen (5.1). However, by applying the method with the .htaccess
above, the problem doesn't solve it this time.
Here is the full error :
Warning: require_once(
path_of_the_project/../vendor/autoload.php
): failed to open stream: No such file or directory inpath_of_the_project\bootstrap\app.php
on line 3Fatal error: require_once(): Failed opening required '
path_of_the_project\bootstrap/../vendor/autoload.php
' (include_path='.;C:\php\pear') inpath_of_the_project\bootstrap\app.php
on line 3
How to fix it?