Getting caught up

Permalink
Hi all,

I haven't developed in Concrete5 since 2015. What is the best way to get caught up?

I appreciate all of the help I could get.

Thank you!

 
MrKDilkington replied on at Permalink Best Answer Reply
MrKDilkington
Hi hshoghi,

In general, anyone interested in concrete5 development should star and watch the concrete5 GitHub project. This will keep you up to date on issues, pull requests, and commits. Reviewing new code commits to the main "develop" repo and merged pull requests exposes you to a wide variety of code and current approaches.
https://github.com/concrete5/concrete5...

I recommend reviewing the documentation and tutorials, starting from newest to oldest.
https://documentation.concrete5.org/developers/appendix/recently-add...

Another useful approach is exploring the concrete5 code to see how things work and experimenting. Start with a basic block and work your way up.
hshoghi replied on at Permalink Reply
Thank you very much for the reply!
I will definitely go through what you have recommended.
It seems that the architecture has changed since I use Concrete5 last.

Thanks again!