taskforcedev/faq
最新稳定版本:1.1.0
Composer 安装命令:
composer require taskforcedev/faq
包简介
Laravel 5 FAQ package
README 文档
README
Laravel FAQ Package.
Installation
To install the package first of all you should add the package to your projects composer.json
"require": { "taskforcedev/faq": "1.*" }
Then run composer update
Then add the following service provider(s) to your config/app.php (the laravel-support package may already be added so no need to add it twice if it is present).
'providers' => [
...
Taskforcedev\LaravelSupport\ServiceProvider::class,
Taskforcedev\Faq\ServiceProvider::class,
]
Then publish the laravel-support config (if you do not have this already)
php artisan vendor:publish --tag="taskforce-support"
Edit the config, in particular the layout to match your sites master layout.
Finally visit the installation route to run the migrations
http://yoursite.com/admin/faq/install
Routes
- GET: /faq
- GET: /admin/faq
统计信息
- 总下载量: 504
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-09-30