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

hex's avatar
Level 1

Fatal error: Class 'App\Models\Transaction' not found

So i'm trying to deploy my Lumen app to DO and everything is working apart from i get this error Fatal error: Class 'App\Models\Transaction' not found however i don't get this error when i'm test the site locally. The DB looks to be connected because when i run php artisan migrate that works fine. Does anyone know what would cause this to happen?

0 likes
2 replies
joedawson's avatar

Does an autoload solve anything?

composer dump-autoload

Please or to participate in this conversation.