Are you sure the package is included in composer.json? Is it a composer package or a package.json?
Dec 18, 2023
2
Level 4
Missing class of a vendor package after deployment
Hi all,
Thank you for looking into this, I am having some issues with Error: Class "Postmark\PostmarkClient" not found in /var/www/html/app/Jobs/SendBatchEmails.php:36.
I tested everything in dev env and when deployed, after running the composer install I am getting this issue. Any idea what could it be?
I also run:
sudo php artisan cache:clear
composer dump-autoload
But still not working.
Please or to participate in this conversation.