i set the prefix in config/database and also in .env and as well in phpmyadmin
but when i access my localhost it shows messages that xyz ,abc,(tables name) doesn’t exsits
Question posted in PhpMyAdmin
The official documentation can be found here.
The official documentation can be found here.
2
Answers
You would have to configure the table name in the model as described here
You can setup table prefix in
config/database.php
,