Symfony\Component\Debug\Exception\FatalThrowableError Class 'App\Http\Controllers\Config' not found
Possible solution:
When we try to use config() helper function or facade Config::get() in our controller and we forgot to include the namespace of the function.
We only need to include the requried namespace.As like below screenshot.
No comments:
Post a Comment