定制 tallieutallieu/dry-blog 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

tallieutallieu/dry-blog

Composer 安装命令:

composer require tallieutallieu/dry-blog

包简介

Dry Blog

README 文档

README

Blog package for dry including migrations, backend managers, i18n support, categories, blocks, photos and authors.

Index

Installation

composer require tallieutallieu/dry-blog

php oak migration migrate -m blog
Config options
Name Default
categories true
authors true
photos true
advanced-layout true
types ['text-photo', 'photo-text', 'text', 'text-frame', 'quote', 'quote-text', 'text-quote', 'text-video', 'video-text']
languages ['nl', 'en', 'fr']
private false
required-fields ['photo', 'title', 'slug', 'publication_date']
publication_timestamp false
video_types ['file', 'vimeo', 'youtube']

Usage

Register the service provider
<?php

$app = new \Oak\Application();

$app->register([
    \Tnt\Blog\BlogServiceProvider::class,
]);

$app->bootstrap();
Implementation example
Controller
<?php

class blog extends base
{
    public static function index(Request $request, Page $page)
    {
        $app = Application::get();

        $dataList = $app->getWith(DataListInterface::class, [
            'repository' => BlogPosts::published()->recent(),
            'urlBuilder' => $app->getWith(BuilderInterface::class, [
                'base' => \dry\url('pages::view', $page),
            ]),
        ]);
        
        $tpl = parent::get_base_template($request, $page);
        $tpl->blogPosts = $dataList->getResults();
        $tpl->render('blog/index.tpl');
    }
}

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2021-03-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固