archey347/uf_blog
Composer 安装命令:
composer require archey347/uf_blog
包简介
Blog Sprinkle for Userfrosting
README 文档
README
Blog sprinkle for Userfrosting v5.1.
Installation
- Add the package to your
composer.json. This can be done with:
composer require archey347/uf_blog
- Install via NPM
npm install @archey347/uf_blog
- Add the blog sprinkle to
sprinklesat the top of yourwebpack.config.js
const sprinkles = { // ... Blog: require('@archey347/uf_blog/webpack.entries') // ... }
Add the Blog sprinkle to getSprinkles in your main sprinkle recipe
// ... use UserFrosting\Sprinkle\Blog\Blog; // ... class MyApp implements SprinkleRecipe, BakeryRecipe { // ... public function getSprinkles(): array { return [ Core::class, Account::class, Admin::class, AdminLTE::class, Blog::class, // ... ]; } // ... }
- (Re)-build assets
php bakery assets:build
- Run the bakery migration to create the required database tables.
php bakery migrate
- Seed the permissions for access control
php bakery seed
Then select UserFrosting\Sprinkle\Blog\Database\Seeds\BlogPermissionsSeed
Hopefully, after all that, you should be able to visit http://<your-ip>/admin/blogs and see the blog admin page.
WYSIWYG Editor
The blog uses the CKeditor 5 to allow for basic formatting in blog posts
Blog Formatting
To change the formatting of the blog, edit the twig template at templates/pages/blog-view.html.twig.
Permissions
When the sprinkle is first installed, there are two permissions:
uri_blog_manageruri_blog_manager_view
Both permissions allow access to managing the blogs, however, uri_blog_manager_view gives only read access to the blog managment (This is useful if you want to allow somebody to add or remove posts to the blogs but not actually manage them).
By default, all blogs are publicly viewable.
Permissions can be customised on a per-blog basis, by overriding the blog access control layer with a class that implements the interface UserFrosting\Sprinkle\Blog\Authorise\BlogAccessControlLayerInterface.
Contributing
Please read the contributing guidelines.
archey347/uf_blog 适用场景与选型建议
archey347/uf_blog 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 106 次下载、GitHub Stars 达 5, 最近一次更新时间为 2019 年 01 月 05 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 archey347/uf_blog 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 archey347/uf_blog 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 106
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-05