PHP Warning: Require(/Applications/Ampps/www/SalesSystem/vendor/symfony/polyfill Php80/bootstrap.php): Failed To Open Stream: No Such

[Solved] PHP Warning: Require(/Applications/Ampps/www/SalesSystem/vendor/symfony/polyfill Php80/bootstrap.php): Failed To Open Stream: No Such | Php Frameworks Symfony - Code Explorer | yomemimo.com
Question : PHP Warning: require(/Applications/Ampps/www/SalesSystem/vendor/composer/../symfony/polyfill-php80/bootstrap.php): failed to open stream: No such file or directory in /Applications/Ampps/www/SalesSystem/vendor/composer/autoload_real.php on line 66

Answered by : snippets

$ composer dump-autoload #if php artisan not installed, execute following command
$ php artisan install

Source : | Last Update : Fri, 04 Dec 20

Answers related to PHP Warning: require(/Applications/Ampps/www/SalesSystem/vendor/symfony/polyfill php80/bootstrap.php): failed to open stream: No such file or directory in /Applications/Ampps/www/SalesSystem/vendor/composer/autoload real.php on line 66

Code Explorer Popular Question For Php Frameworks Symfony