1
votes

Warning: require(/home/zakouz/public_html/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php): failed to open stream: No such file or directory in /home/zakouz/public_html/vendor/composer/autoload_real.php on line 66

Fatal error: require(): Failed opening required '/home/zakouz/public_html/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php' (include_path='.:/opt/alt/php71/usr/share/pear') in /home/zakouz/public_html/vendor/composer/autoload_real.php on line 66

1
did you install composer packages ?Sunil Kashyap
It seems that your code doesn't find the file - the error message says that. But to get help from SO members, you should show the code that results in this error message, and also share information about the context. For SO members your "line 66" doesn't say anything, and the error could be almost anything.muka.gergely

1 Answers

3
votes

Run composer dump-autoload and restart your app. And have you installed all the dependecies? If not then run php artisan install first.