[BUG] could not find driver (SQL: select * from "countries" order by "name" asc) #30
Unanswered
sayandeep-volition
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey, do you have the SQLite extension installed for PHP? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Installed the package then when I was going to use it in the blade that time I got this error.
To reproduce
@foreach (Squire\Models\Country::orderBy('name')->get() as $country) <option value="{{ $country->id }}">{{ $country->name }} {{ $country->flag }}</option> @endforeach
Expected behavior
All country list
Context
Additional details
Did I skip any steps?
Beta Was this translation helpful? Give feedback.
All reactions