I need to use table q_users
(users
at clean laravel) with columns: qID
(id
), qName
(name
), qEmail
(email
), qPass
(password
), qEmailVerifiedAt
(email_verified_at
).
How to make laravel use them successfully?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community