Login
Remember
Register
Ask a Question
How to use the custom table in Laravel Model?
0
votes
asked
Oct 25, 2023
in
Laravel
by
rajeshsharma
How to use the custom table in Laravel Model?
customtable
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 25, 2023
by
rajeshsharma
In order to use a custom table, you can override the property of the protected variable $table.
...