phundament / app

Dockerized Yii2 web application base
http://phundament.com
Other
310 stars 129 forks source link

Phundament update #201

Open StalkAlex opened 8 years ago

StalkAlex commented 8 years ago

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

schmunk42 commented 8 years ago

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.