承接 archey347/uf_blog 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

archey347/uf_blog

Composer 安装命令:

composer require archey347/uf_blog

包简介

Blog Sprinkle for Userfrosting

README 文档

README

Blog sprinkle for Userfrosting v5.1. Screenshot of Blog and Dasboard

Installation

  1. Add the package to your composer.json. This can be done with:
composer require archey347/uf_blog
  1. Install via NPM
npm install @archey347/uf_blog
  1. Add the blog sprinkle to sprinkles at the top of your webpack.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,
            // ...
        ];
    }
    // ...
}
  1. (Re)-build assets
php bakery assets:build
  1. Run the bakery migration to create the required database tables.
php bakery migrate
  1. 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:

  1. uri_blog_manager
  2. uri_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 我们能提供哪些服务?
定制开发 / 二次开发

基于 archey347/uf_blog 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 106
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-01-05