You searched for
Interested in coding widgets, classes, or methods? Check out the Code section!
Database Tables are similar to Widgets, only that they don’t output anything. They also extends PageCarton_Table core PageCarton class. They are meant to guide the PageCarton core as to how to stor...
Documentation Article
# move to where to want PageCarton cloned cd ~ # clone git repo branch you want to work on git clone -b https://github.com/pagecarton/pagecarton.git # edit pagecarton.json and set PC_BASE...
article
PageCarton is by default configured to run from outside of the web root as a security feature. This ought to help secure the content and file structure from intrusion and hacking attempts. Good ...
article
Sometimes, one may need to upload a large file and if there is a limit in the PHP Configuration, you may not be able to use your PageCarton installation to upload large file. An example is if you w...
article
There are three documented ways to install PageCarton 1. Offline Standalone Installer - http://docs.pagecarton.org/2017/10/10/installing-pagecarton.html. Default installation method. 2. Boots...
article
Another interesting customization feature just came in the latest PageCarton. Users of PageCarton can now change the number of post shown in embedded widget from the admin panel. For example, be...
Documentation Article