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.

...