Issue has been solved. case sensitivity
Helpers.php exists but helpers.php does not
try clearing cache and optimizing.. sometimes this happens if you change filename or add new ones but they are not in the cached class list
also make sure this is in your composer.json file so laravel knows to load it.. (do this first) something like:
"files": [ "app/Helpers/auth.php",
in the autoload section of composer.json
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community