It looks like you're new here. If you want to get involved, click one of these buttons!
I'm curious if you have a great way to update Fuel CMS core files without having to manually drop the files in the system. I can't find a more automated method.
What I'd like:
What I have to do now:
I'm curious what others do 'cause I feel this is the long-way around?
Comments
We will usually have the FUEL Github as a remote and merge in from that repo resolving any conflicts that may be in the application folder that I want to keep.
I'm not sure I understand. Is there a walkthrough on how to apply that? I'm extremely curious how that works.
So basically, when we setup a project, we have two remote sources, one to the project repo and another to the FUEL repo (https://github.com/daylightstudio/FUEL-CMS.git). When there are updates to FUEL, you just do a pull from that source. In cases where there are conflicts (e.g. config files in the app directory), you'll need to resolve them and merge.
Fantastic, I'll look into this! I didn't even know that was an option.
It usually works pretty well assuming you don't change FUEL's folder structure and you know what files in the app directory you purposely changed when there are conflicts.