Have you tried deleting vendor (backup first) and then do a composer update.
Apr 11, 2017
4
Level 3
Composer update and composer dump-autoload issue
Hi Everyone,
I am trying to rebuild psr4 autoload but whenever I am running commands composer update or composer dump-autoload it works correctly. After running this any of php artisan command does not works.
For example if I run command after composer update or composer dump-autoload.
php artisan config:clear
It does nothing and console prompt appear again without doing anything.
Thanks, Somnath
Please or to participate in this conversation.