Adding Functionality to the Dashboard
Permalink
Is it possible to add functionality into the dashboard with concrete5? I would like to create an add-on that does not fit into the design of a block and it would need to have a management piece. I was hoping to add this management in the dashboard but I am not finding anything that addresses adding features to the dashboard.
http://www.concrete5.org/documentation/how-tos/developers/build-a-s...
If you are an experienced programmer who is familiar with other MVC systems and prefers to keep things DRY, I have some good boilerplate code here:
https://github.com/jordanlev/c5_boilerplate_crud...
(but if you don't know what any of that stuff I just said are, it's probably best to ignore that last link)