taskforcedev/faq 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-09-30