I'm trying to install orchid laravel admin panel but I can't create this admin user, I'm just following the installation in orchid How could I fix this error?
PS C:\xampp\htdocs\orchid-project> php artisan orchid:admin admin [email protected] password could not find driver (Connection: mysql, SQL: select exists(select * from users
where email
= [email protected]) as exists
)
I already enabled extension=pdo_pgsql in php.ini in xampp, but it doesn't work.