Configure multiple database architecture #8541
-
Hello Team, We are building a lighting showcase website using Statamic Pro. Is there a best practice to configure flat files and MySQL simultaneously? We have a limited set of products but a large set of variants that are generated based on different options (Taxonomies). Some insights would be helpful. PS: We have a well-structured schema in MySQL which works really well with Laravel 8.x but want to migrate it to Statamic now. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you have an existing database setup, maybe have a look at Runway. It'll let you manage your Eloquent models inside the Control Panel, it can handle routing & let you use models using the Disclaimer: I'm the developer behind Runway |
Beta Was this translation helpful? Give feedback.
-
Thank you @duncanmcclean! This is really helpful. |
Beta Was this translation helpful? Give feedback.
If you have an existing database setup, maybe have a look at Runway.
It'll let you manage your Eloquent models inside the Control Panel, it can handle routing & let you use models using the
{{ runway }}
Antlers tag, etc.Disclaimer: I'm the developer behind Runway