Laravel php artisan迁移错误

Laravel php artisan迁移错误,laravel,laravel-4,Laravel,Laravel 4,我在执行此命令时遇到问题: $ php artisan migrate:install 我得到了这个错误: {“error”:{“type”:“Symfony\Component\Debug\Exception\FatalErrorException”,“message”:“找不到类'PDO”,“file”:“/home/site/public_html/laravel/app/config/database.php”,“line”:16} 听起来您的php配置中可能没有启用PDO。您可能想看

我在执行此命令时遇到问题:

$ php artisan migrate:install
我得到了这个错误:

{“error”:{“type”:“Symfony\Component\Debug\Exception\FatalErrorException”,“message”:“找不到类'PDO”,“file”:“/home/site/public_html/laravel/app/config/database.php”,“line”:16}


听起来您的php配置中可能没有启用PDO。您可能想看看这个问题: