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();
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();