So I just try to run the project, I have migrate the database but, when I run it shows the following error message:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dompet_db.transactions' doesn't exist.
Please help me.
These are the usual steps that we do while cloning a project.
Make sure you followed each step
transactionsis not present in the database. Check your migrations to make sure that you have a migration for this table and then runphp artisan migrate