I started using Lumen after its release in April.
From version 5.0, I already ran into the same problem and found a solution ( see here ).
A few days later I started creating a new project in Lumen (5.1). However, applying method c .htaccessabove, the problem this time does not solve it.
Here is the complete error:
Warning: require_once ( path_of_the_project/../vendor/autoload.php): could not open stream: there is no such file or directory path_of_the_project\bootstrap\app.phpin line 3
Fatal error: require_once (): Could not open window " path_of_the_project\bootstrap/../vendor/autoload.php" (include_path = '; C: \ php \ pear') path_of_the_project\bootstrap\app.phpin line 3
How to fix it?
Zl3n source
share