Z
Z
zim322020-01-05 10:29:30
CMS
zim32, 2020-01-05 10:29:30

System plugins using diff. Is it possible to?

The crux of the matter is this. Let's say we have our own CMS or any system that needs to be expanded with plugins.
The first option is to provide everything for this in the code, events, hooks, etc.
Option two, the idea is to make a system that rolls extensions using diff and patch. A third-party developer simply makes a diff of the original system files, and during installation, the system rolls this diff.
Do you think this will work or not?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Korotenko, 2020-01-05
@firedragon

With diffs, the idea is so-so.
Setting up phpbb is a hell of a hell.
Better use plugins and clearly describe the application lifecycle.
Here is an example for NET core
https://www.c-sharpcorner.com/article/asp-net-core...

X
xmoonlight, 2020-01-05
@xmoonlight

git, only git!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question