2017 © Pedro Peláez
 

library wiki

A Laravel 5 package to provide a WIKI.

image

taskforcedev/wiki

A Laravel 5 package to provide a WIKI.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

wiki

Laravel 5 Wiki Package, (*1)

Package Status: In Development, (*2)

Installation

To install the package add the following line to your composer.json, (*3)

"require": { "taskforcedev/wiki": "5.*" } , (*4)

After doing this you run composer update, (*5)

php artisan dump-autoload, (*6)

Service Provider

After this you should add the following service provider to your config/app.php, (*7)

Taskforcedev\Wiki\ServiceProvider::class,, (*8)

Also if not present please also add the following service provider., (*9)

Taskforcedev\LaravelSupport\ServiceProvider::class,, (*10)

Overwriting Config

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

php artisan vendor:publish --tag="taskforce-wiki", (*12)

TODO

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

The Versions

08/11 2015

dev-master

9999999-dev

A Laravel 5 package to provide a WIKI.

  Sources   Download

The Requires

 

by Avatar Taskforcedev

laravel routes views wiki