The composer update error you got is talked about here, https://laracasts.com/discuss/channels/general-discussion/composer-update-error-1
I've had to completely remake my dev-source folder after a composer update with Laravel 5, because of all the changes between my version and the latest dev.
Maybe the deleted class is still in the composer autoload files and trying to load, did you do composer dump-autoload ?
Hope that helps
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community