rydurham / L4withSentry

Laravel 4 and Sentry 2.0
300 stars 91 forks source link

Migration error #40

Closed rbk008 closed 10 years ago

rbk008 commented 10 years ago

Hi, I am getting this error while trying to migrate

$ php artisan migrate PHP Fatal error: Class 'Patchwork\Utf8\Bootup' not found in E:\Localhost\Ampps\www\L4withSentry\boo tstrap\autoload.php on line 46

And, The composer update is running out of time and showing this error,

$ composer update Loading composer repositories with package information Installing dependencies (including require-dev)

So can you suggest me the solution for this......Thank you

rydurham commented 10 years ago

It looks like you may be able to solve this issue by running composer install rather than composer update. Or you could try composer update --prefer-dist

rbk008 commented 10 years ago

Wow....thank you.....its working with "composer update --prefer-dist" and even migration working fine.....thank you again....

rydurham commented 10 years ago

No problem.