Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

boldstar's avatar

Php Artisan Migrate Not Displaying In Remote Database

Perhaps this is a common issue, with the .env file but when I run php artisan migrate I see it migrate the data tables and when I run my --seed I see it succesfully seed through the command prompt

However when I check my database(connected remotely) and when I use mysql -uforge -p and then do show databases; the migrated tables are not there...

I have checked the git tree which is clean.

What could I be doing wrong or am I not understanding something?

Thanks in advance!

0 likes
1 reply
boldstar's avatar
boldstar
OP
Best Answer
Level 2

Im an idiot Lol had go down one level in the database tree. Tables are located under forge =)

Please or to participate in this conversation.