Php versions – Laravel and Filament working locally but fails on Ubuntu production server with "Class 'FilamentFormsComponentsFieldSet' not found"
I'm facing a strange issue while deploying a Laravel project with Filament. Everything works perfectly on my local environment (Windows), but when I move the code to my production server (Ubuntu), I get the following error: Class "FilamentFormsComponentsFieldSet" not found…