dev-master
9999999-dev http://www.canarium.phEnables Page functionality on Canarium.
MIT
The Requires
canarium una realidad
Enables Page functionality on Canarium.
Enables Page functionality on Canarium. The page module allows administrators to view, create, update, and delete pages in the website. Each page can have a slug to make SEO friendly URLs., (*1)
Install via composer:, (*2)
composer require unarealidad/canarium-modules-page dev-master
, (*3)
Add Page
to your Appmaster's config/application.config.php
or your Appinstance's config/instance.config.php
under the key modules
, (*4)
Go to your Appinstance directory and run the following to update your database:, (*5)
./doctrine-module orm:schema-tool:update --force
, (*6)
None, (*7)
URL | Template | Access | Description |
---|---|---|---|
/admin/page | admin/index.phtml | Admin | Displays the page CRUD management page. |
* All template locations are relative to the Appinstance root's /public/templates/page/. Sample templates are provided in the module's view/ directory., (*8)
The template for the created pages can be overriden by creating /public/templates/page/page/index.phtml
in your appinstance directory. See the sample template in view/page/page/index.phtml
.`, (*9)
None, (*10)
Enables Page functionality on Canarium.
MIT
canarium una realidad