Patchwork\Utf8\Bootup causing problems with Laravel 4
问题 My project has been working fine until recently, when I ran sudo composer self-update . Composer successfully updated but I could no longer migrate ( php artisan migrate ). This is the error I get: PHP Fatal error: Class 'Patchwork\Utf8\Bootup' not found in /Applications/MAMP/htdocs/ThumbsUp/bootstrap/autoload.php on line 46 I have ran composer update and composer install , and still this error persists. Why would it not be finding this class after the self-update ? 回答1: I had the same