Showing posts with label Config Facade. Show all posts
Showing posts with label Config Facade. Show all posts

Tuesday, 23 November 2021

Laravel Class 'App\Http\Controllers\Config' not found

 

Understanding the Error

Laravel developers often run into the error "Symfony\Component\Debug\Exception\FatalThrowableError Class 'App\Http\Controllers\Config' not found" when they try to use configuration values in controllers. This error usually happens when the app can't find the Config class that the code is trying to use.

.htaccess not working even though allowoverride is enabled

You're not the only one who has had the annoying problem with Apache where your file doesn't work even after you enable it. Who has ...