V
V
Vit2015-10-19 10:28:36
git
Vit, 2015-10-19 10:28:36

Centralized update of CMS and database, how to implement it more competently?

I plan to create several websites on self-written CMS on Laravel. I would like to update the CMS modules and the database structure (mysql) of all sites from one admin panel. How can this be better implemented? I would like to be as detailed as possible. Thank you very much!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vyacheslav Barsukov, 2015-10-19
@slavabars

Well, the database is not a problem to connect, you can describe the connection to the database in the config.
It’s not clear with the structure, but it’s more logical to scatter copies of files through the git and pull up all the necessary vendors with a composer.

P
Puma Thailand, 2015-10-19
@opium

make an api for managing the site and make a separate place that would use it
for the database if it's just an update of the structures, that is, the standard migration mechanism in the same Laravel

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question