phundament / app

Dockerized Yii2 web application base

Home Page:http://phundament.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phundament update

StalkAlex opened this issue · comments

As I see Phundament in active development stage, so is there any practical automatic instrument to update existing Phundament app? Now I need to run through all new commits and copy-paste new changes. I guess I should use git applying patches tool somehow

I know exactly what you mean.

A part of the problem is, that Phundament (phd) is more a template than a library. Therefore it's hard to update, basically everything from this repo is mean to customize.

Therefore it is a goal to minimize the template code whenever possible:

From 4.1 to 4.3-beta: Showing 132 changed files with 1,649 additions and 3,634 deletions.

That's a removal of around 2000 lines. But there's still room for optimizations

I'll keep this open as a reminder to write a paragraph about upgrade paths.