Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リモートMSSQLサーバーに接続し、いくつかのレコードを取得してローカルMySQLデータベースに保存する職人コマンドを構築しようとしています。
私が実行しているクエリはDB::connection('sqlsrv')->select('SELECT * FROM Users')
DB::connection('sqlsrv')->select('SELECT * FROM Users')
上記をブレードビューで使用すると、機能します。しかし、職人のコマンドで使用すると、エラーが発生します[PDOException] could not find driver
[PDOException] could not find driver
どんな助けでも大歓迎