Level 18
Does an autoload solve anything?
composer dump-autoload
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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?
Please or to participate in this conversation.