A Laravel 5 package to provide a WIKI.
20
1
3
Package Data
Maintainer Username: PrivateSniper
Maintainer Contact: taskforce2eu@gmail.com (taskforcedev)
Package Create Date: 2015-10-22
Package Last Update: 2015-11-08
Language: PHP
License: Unknown
Last Refreshed: 2024-04-23 03:11:33
Package Statistics
Total Downloads: 20
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 3
Total Forks: 1
Total Open Issues: 0

wiki

Laravel 5 Wiki Package

Package Status: In Development

Installation

To install the package add the following line to your composer.json

After doing this you run composer update

php artisan dump-autoload

Service Provider

After this you should add the following service provider to your config/app.php

Taskforcedev\Wiki\ServiceProvider::class,

Also if not present please also add the following service provider.

Taskforcedev\LaravelSupport\ServiceProvider::class,

Overwriting Config

The package comes with default config however you will likely wish to publish this and overwrite with your own config settings.

php artisan vendor:publish --tag="taskforce-wiki"

TODO

Add support for markdown editing. Add HTML sanitization. (Propose using https://github.com/michelf/php-markdown).