Welcome ,
  1. Home
  2. Search

PageCarton Documentation

               

You searched for

serve

 
 Here are the top results:              

Interested in coding widgets, classes, or methods? Check out the Code section!

Steps in Creating a PageCarton Theme

Creating a PageCarton theme isn't actually a difficult task, but just that it might involve a long process and a little bit of how programming codes work. The main purpose of having a PageCarto...

article
 

 

Installing PageCarton via Composer

If you have Composer installed on your computer, you can easily get PageCarton up by running the following commands on your command line.  # 1. Download PageCarton via composer compose...

article
 

 

Linking HTML forms to PageCarton Forms

One of the cool features of the PageCarton core is that it offers a cute interface to build forms without writing a single line of code. Though the forms generated by PageCarton are fully customiza...

Documentation Article
 

 

Widgets

By default, whenever PageCarton wants to output something to the browser, it does this through widgets. A widget serves as a bridge that links the PageCarton core to the browser.

Documentation Article
 

 

Building Plugins for PageCarton

PageCarton has an elegant plugin features. PageCarton Plugins are components that are added to a PageCarton installation to extend its capabilities. The word “plugin” and “extension” may be seen to...

Documentation Article
 

 

Database Tables

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
 

 

Cloning PageCarton Repository for Contribution

# 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
 

 

Resolving PageCarton Permission Issues

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
 

 

How to increase PHP Upload Limit

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
 

 

Different Installation Methods

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
 

 

How to Backup and Restore on PageCarton

Backing up your PageCarton website helps protect your data against mistakes, server issues, hacking, or accidental deletion. A proper backup allows you to restore your website quickly if anything g...

article
 

 

← Previous

Recent Searches