when I use this php artisan migrate command, I got this error:
[Illuminate\Database\QueryException] could not find driver (SQL: select * from information_schema.tables where table_schema = laravelcrud and t able_name = migrations)
PDOException could not find driver
my .env file
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravelcrud
DB_USERNAME=root
DB_PASSWORD=root