Answers for "fatal error: require(): failed opening required 'c:\xampp\htdocs\laravel\sms/vendor/autoload.php' (include_path='c:\xampp\php\pear') in c:\xampp\htdocs\laravel\sms \artisan on line 18"

PHP
-1

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

$ composer dump-autoload
  
 #if php artisan not installed, execute following command
$ php artisan install
Posted by: Guest on November-27-2020

Code answers related to "fatal error: require(): failed opening required 'c:\xampp\htdocs\laravel\sms/vendor/autoload.php' (include_path='c:\xampp\php\pear') in c:\xampp\htdocs\laravel\sms \artisan on line 18"

Browse Popular Code Answers by Language