taskforcedev/wiki
Composer 安装命令:
composer require taskforcedev/wiki
包简介
A Laravel 5 package to provide a WIKI.
README 文档
README
Laravel 5 Wiki Package
Package Status: In Development
Installation
To install the package add the following line to your composer.json
"require": {
"taskforcedev/wiki": "5.*"
}
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).
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-10-22