Try erasing the cache. php artisan cache:clear.
There could be something outdated in there, since you updated everything.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
After update my composer, queue listener starts throwing error as
PHP Fatal error: Cannot redeclare class Illuminate\Support\Traits\Macroable in /var/www/qoruz.com/bootstrap/cache/compiled.php on line 6109
I couldn't find out the problem. My site is working fine, and other artisan commands are working fine. But I can't run my queue. Please suggest me some sollution
Removing the compiled.php does the trick. Still, don't know how that helped me.
https://stackoverflow.com/questions/46651971/php-fatal-error-in-compiled-php-after-composer-update
Please or to participate in this conversation.