FatalThrowableError in Users.php line 43: Class ‘DB’ not found Lumen

By | March 31, 2017

Getting Error in Lumen framework while configuring the lumen in my local testing environment

Solution:

In the bootstrap/ folder edit the file app.php and uncomment the below line
// $app->withFacades();