0 votes
in Laravel by
How will you check table is exists or in the database?

1 Answer

0 votes
by

Use hasTable() Laravel function to check the desired table is exists in the database or not.

...