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!
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!
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.