解决laravel Class 'DoctrineDBALDriverPDOMySqlDriver' not found 错误

Posted ComputerPlayerJs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决laravel Class 'DoctrineDBALDriverPDOMySqlDriver' not found 错误相关的知识,希望对你有一定的参考价值。

这个错误的原因来自于没有安装一个依赖库:

官方文档说明如下:

Modifying Columns

Prerequisites

Before modifying a column, be sure to add the doctrine/dbal dependency to your composer.json file. The Doctrine DBAL library is used to determine the current state of the column and create the SQL queries needed to make the specified adjustments to the column:

composer require doctrine/dbal

使用上面提到的命令安装指定依赖就行了。

 

这个错误是我使用renamecolume修改列的名字的时候发现的。

以上是关于解决laravel Class 'DoctrineDBALDriverPDOMySqlDriver' not found 错误的主要内容,如果未能解决你的问题,请参考以下文章

关于laravel 5.3 使用redis缓存出现 找不到Class 'PredisClient' not found的问题

laravel 命名路由 name

laravel 命名路由 name

Laravel [1045] 解决方法 Access denied for user 'homestead'@'localhost'

Laravel Eloquent 查询忽略列值

Laravel 安装 jwt-auth