prabhakar267 / library-management-system

:books: An automated library management system developed in Laravel 4.2 PHP MVC Framework
MIT License
360 stars 323 forks source link

PHP Fatal error: Uncaught Error: Class 'Patchwork\Utf8\Bootup #61

Closed basamoahjnr closed 2 years ago

basamoahjnr commented 2 years ago

i get this error message on composer install

PHP Fatal error: Uncaught Error: Class 'Patchwork\Utf8\Bootup' not found in /opt/bitnami/apache/htdocs/bootstrap/autoload.php:46 Stack trace:

0 /opt/bitnami/apache/htdocs/artisan(16): require()

1 {main}

thrown in /opt/bitnami/apache/htdocs/bootstrap/autoload.php on line 46 Script php artisan clear-compiled handling the post-install-cmd event returned with error code 255

Emmanuel-Odero commented 2 years ago

To fix that I ran the command: composer require patchwork/utf8

basamoahjnr commented 2 years ago

To fix that I ran the command: composer require patchwork/utf8

this worked, but i can see you posted an issue after of which i am getting same error