Search code examples
laravellumen

Laravel/Lumen Class Not Found: LoadEnvironmentVariables


I've made a fresh Laravel/Lumen install with composer but when a try to run it throws this error:

Fatal error: Uncaught Error: Class 'Laravel\Lumen\Bootstrap\LoadEnvironmentVariables' not found in C:\xampp\htdocs\lumen\bootstrap\app.php:5

so I try to find the LoadEnvironmentVariables class in all the Lumen files but it only appear in the app.php itselft, how can I solve it?


Solution

  • My solution was to use regular Laravel instead of Lumen.

    btw Taylor Otwell (Laravel's creator) recommends no using Lumen anymore

    source:

    https://twitter.com/taylorotwell/status/1441101127496323080 https://twitter.com/taylorotwell/status/1212832185830510592 https://twitter.com/taylorotwell/status/1212833250483277824