You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build laravel app using sail build --no-cache command. But when it is finished I see php version is 8.1.2, but in the docker-compose.yml I have: context: ./vendor/laravel/sail/runtimes/**8.0** image: sail-**8.0**/app.
And when I'm trying to login into my app, I'm getting Illuminate\Database\QueryException could not find driver (SQL:) error.
I'm also getting the same error in the sail artisan tinker
Description:
I'm trying to build laravel app using
sail build --no-cache
command. But when it is finished I see php version is 8.1.2, but in the docker-compose.yml I have:context: ./vendor/laravel/sail/runtimes/**8.0**
image: sail-**8.0**/app
.And when I'm trying to login into my app, I'm getting
Illuminate\Database\QueryException could not find driver (SQL:)
error.I'm also getting the same error in the
sail artisan tinker
Steps To Reproduce:
docker-compose.yml
.env
Any thoughts?
The text was updated successfully, but these errors were encountered: