riari/laravel-forum-frontend
最新稳定版本:1.1.9
Composer 安装命令:
composer require riari/laravel-forum-frontend
包简介
A frontend for riari/laravel-forum providing views written with Bootstrap 3
README 文档
README
This package is no longer supported. Please see the latest Laravel Forum release branch, as the main package now ships with views.
Installation
Step 1: Install the package
Install the package via composer:
composer require riari/laravel-forum-frontend:~1.0
Then add the service provider to your config/app.php:
Riari\Forum\Frontend\ForumFrontendServiceProvider::class,
Step 2: Publish the package files
Run the vendor:publish command to publish the package config and views to your app's directories:
php artisan vendor:publish
Additional steps
Once the package is installed, provided you are logged in, you can visit /forum and start defining your category hierarchy using the "Create category" and "Category actions" panels:
Configuration
The forum.frontend config file defines the controllers used by the package as well as a closure used to process alert messages to be displayed to the user.
Views
Views are published to resources/views/vendor/forum. The simplest way to integrate the forum with your existing design is to edit the master view, remove undesired markup and make it extend your application's main layout with @extends. Note that the master view does pull in jQuery and Bootstrap 3 by default, and includes some jQuery-based JavaScript to support some of the forum frontend features. You may wish to move it elsewhere or re-write it in your own way.
Events
The package includes a variety of events for user interactions such as viewing threads. Refer to src/Events for a full list.
riari/laravel-forum-frontend 适用场景与选型建议
riari/laravel-forum-frontend 是一款 基于 Blade 开发的 Composer 扩展包,目前已累计 42.75k 次下载、GitHub Stars 达 30, 最近一次更新时间为 2015 年 11 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「forum」 「laravel」 「frontend」 「laravel-4」 「discuss」 「laravel-5」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 riari/laravel-forum-frontend 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 riari/laravel-forum-frontend 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 riari/laravel-forum-frontend 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A Laravel 5 package providing a solid foundation for building discussion forums
A frontend for riari/laravel-forum providing views written with Bootstrap 3
Query filtering in your frontend
This Bundle provides threaded comment functionality for Symfony applications
Article CSS-ID Frontend Output Optimization
Frontend support for the MultiColumnWizard
统计信息
- 总下载量: 42.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 32
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-02