Laravel Database Migration for Two Projects using same database
I have two Laravel projects, one for client-facing (let’s call this project A
) and the other one for admin (let’s call this project B
).
If I update database, such as creating new table or adding extra column on existing table, using Laravel migrate from the project B
, is there any action required on project A
side?
Thank you!
from Laravel Questions and Answers https://laravelquestions.com/laravel/laravel-database-migration-for-two-projects-using-same-database/
via Lzo Media
No comments:
Post a Comment