php artisan migrate
报如下错:
PHP Warning: require(/data/www/meedu/vendor/composer/../../library/aliyun-php-sdk-core/Config.php): failed to open stream: No such file or directory in /data/www/meedu/vendor/composer/autoload_real.php on line 69
PHP Fatal error: require(): Failed opening required '/data/www/meedu/vendor/composer/../../library/aliyun-php-sdk-core/Config.php' (include_path='.:/opt/remi/php72/root/usr/share/pear:/opt/remi/php72/root/usr/share/php:/usr/share/pear:/usr/share/php') in /data/www/meedu/vendor/composer/autoload_real.php on line 69
执行下面命令修复:
composer dump-autoload
然后再执行
php artisan migrate