taskforcedev/wiki

A Laravel 5 package to provide a WIKI.
20 1
Install
composer require taskforcedev/wiki
PHP:>=5.5.0
Last Updated:Nov 8, 2015
Links: GitHub  ·  Packagist
Maintainer: PrivateSniper

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).

Related Packages

tomatophp/filament-menus

Menu Database builder to use it as a navigation on Filament Panel or as a Livewi...

6,747 33
3x1io/filament-menus

Menu View Generator Using Livewire

2,781 12
taskforcedev/user

A laravel package providing routes, controller and views for user login/register...

263 1
taskforcedev/blog

Laravel Blog module, provides controller, routes and publishable views.

45 0
maartenstaa/laravel-41-route-caching

This package allows you to cache your routes definitions, thereby speeding up ea...

384,139 25