Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Laravel returns Patchwork\\utf8\\Bootup error

I have a problem in my laravel 4.1 project. I am executing it on Ubuntu 14.04. I copied the running instance of project from another Ubuntu OS. When I refresh the page on virtual host, I get a blank page. And apache access logs return 500 error and error logs return the following error:

 PHP Fatal error:  Class 'Patchwork\\Utf8\\Bootup' not found in /var/www/www.domain.com/bootstrap/autoload.php on line 46

What is wrong in here?

like image 951
Onur Avatar asked Dec 05 '25 14:12

Onur


1 Answers

Run composer update or composer install -- you're missing the vendor packages.

like image 192
J.T. Grimes Avatar answered Dec 07 '25 02:12

J.T. Grimes



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!