0 votes
in Laravel by
How to use the custom table in Laravel Model?

1 Answer

0 votes
by

In order to use a custom table, you can override the property of the protected variable $table.

Related questions

+1 vote
asked Jul 12, 2021 in Laravel by sharadyadav1986
+2 votes
asked Jul 11, 2021 in Laravel by rajeshsharma
...