Download the PHP package scherersoftware/cake-wiki without Composer
On this page you can find all versions of the php package scherersoftware/cake-wiki. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package cake-wiki
A simple plugin for cakephp that allows creating hierarchical wiki pages.
Requirements
- cake-attachments for managing attachments to wiki pages
- cake-FrontendBridge for easy integration of further needed js libraries
- cake-model-history for historizable wiki pages
- cake-cktools for view elements such as the linked, hierarchical structure of the wiki
- bootstrap for icons in the page edit menu
Installation
1. require the plugin via composer
2. Include the plugin using composer
Open a terminal in your project-folder and run these commands:
3. Load the plugin in your config/bootstrap.php
4. Create Table 'wiki-pages' in your Database
This plugin requires an additional table in your project database. Run the following SQL query to create the table.
Or run the migration like:
bin/cake migrations migrate -p Scherersoftware/Wiki
See 'vendor/scherersoftware/cake-wiki/config/schma.php'
and 'config/wiki_pages.sql'
for further information.
5. Load additional JS files with FrontendBridge
There are other ways to include all the js files needed but we strongly recommend to use our FrontendBridge plugin because if you use it, all you need to do then is add the following line to in your 'assets.ctp'
File:
This loads javascript files enabling the Ace Editor which is a crucial part of the UI used to edit the content of the Wiki.
Usage
Configure your access rights according to your needs and have your users create hierarchical wiki pages!
All versions of cake-wiki with dependencies
codekanzlei/cake-cktools Version *
codekanzlei/cake-frontend-bridge Version *
codekanzlei/cake-attachments Version *
codekanzlei/cake-model-history Version *
michelf/php-markdown Version ^1.5