Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

yagogak's avatar

Update to laravel 5.4, class Mailer does not exist

Hello All,

i just put my new application version online on forge, and i move from laravel 5.3 to 5.4 , deployment fails.. and I get this error :

PHP Fatal error: Uncaught ReflectionException: Class mailer does not exist in /home/forge/action-sport.fr/bootstrap/cache/compiled.php:1375 Stack trace: #0 /home/forge/action-sport.fr/bootstrap/cache/compiled.php(1375): ReflectionClass->__construct('mailer') #1 /home/forge/action-sport.fr/bootstrap/cache/compiled.php(1329): Illuminate\Container\Container->build('mailer', Array) #2 /home/forge/action-sport.fr/bootstrap/cache/compiled.php(1907): Illuminate\Container\Container->make('mailer', Array) #3 /home/forge/action-sport.fr/bootstrap/cache/compiled.php(1582): Illuminate\Foundation\Application->make('mailer') #4 /home/forge/action-sport.fr/bootstrap/cache/compiled.php(6291): Illuminate\Container\Container->offsetGet('mailer') #5 /home/forge/action-sport.fr/bootstrap/cache/compiled.php(6277): Illuminate\Support\Facades\Facade::resolveFacadeInstance('mailer') #6 /home/forge/action-sport.fr/bootstrap/cache/compiled.php(6311): Illuminate\Support\Facades\Facade::getFacadeRoot() #7 /home/forge/action-sport.fr/app/Exceptions/Handl in /home/forge/action-sport.fr/bootstrap/cache/compiled.php on line 1375 PHP Fatal error: Uncaught ReflectionException: Class mailer does not exist in /home/forge/action-sport.fr/bootstrap/cache/compiled.php:1375 Stack trace: #0 /home/forge/action-sport.fr/bootstrap/cache/compiled.php(1375): ReflectionClass->__construct('mailer') #1 /home/forge/action-sport.fr/bootstrap/cache/compiled.php(1329): Illuminate\Container\Container->build('mailer', Array) #2 /home/forge/action-sport.fr/bootstrap/cache/compiled.php(1907): Illuminate\Container\Container->make('mailer', Array) #3 /home/forge/action-sport.fr/bootstrap/cache/compiled.php(1582): Illuminate\Foundation\Application->make('mailer') #4 /home/forge/action-sport.fr/bootstrap/cache/compiled.php(6291): Illuminate\Container\Container->offsetGet('mailer') #5 /home/forge/action-sport.fr/bootstrap/cache/compiled.php(6277): Illuminate\Support\Facades\Facade::resolveFacadeInstance('mailer') #6 /home/forge/action-sport.fr/bootstrap/cache/compiled.php(6311): Illuminate\Support\Facades\Facade::getFacadeRoot() #7 /home/forge/action-sport.fr/app/Exceptions/Handl in /home/forge/action-sport.fr/bootstrap/cache/compiled.php on line 1375

i'm a bit lost.

0 likes
2 replies
martinbean's avatar

@yagogak You’re probably calling app('mailer') or similar somewhere in your application. Your stack trace isn’t formatted so can’t really see where the issue is.

Please or to participate in this conversation.