Login
Remember
Register
Ask a Question
How will you check table is exists or in the database?
0
votes
asked
Oct 23, 2023
in
Laravel
by
rajeshsharma
How will you check table is exists or in the database?
database
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 23, 2023
by
rajeshsharma
Use hasTable() Laravel function to check the desired table is exists in the database or not.
...