定制 lopezpaul/module-blog 二次开发

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

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

lopezpaul/module-blog

Composer 安装命令:

composer require lopezpaul/module-blog

包简介

Content Management System for Blog.

README 文档

README

Blog module for Adobe Commerce.

Supported Magento Versions Maintained - Yes

Table of contents

Summary

Create Admin Grid for manage Post table "lopezpaul_blog_post" with columns:

  • id
  • title
  • content
  • is_draft
  • created_at
  • updated_at
  • publish_at

Installation

composer require lopezpaul/magento2-blog
bin/magento module:enable LopezPaul_Blog
bin/magento setup:upgrade

Usage

Enter to admin panel and login and go to Content > LopezPaul > Blog Menu

See list of post Index

Create or edit post Create

Search post Search You can use any filter and apply them to search Posts.

Permissions Roles Create User roles with the right permissions.

Dependencies

  • Magento_Backend
  • Magento_Ui

Permissions

You can create new Role to set the right permissions

GraphQL

GraphQL Go to your magento <domain_url>/graphql

query{
  posts{
    id
    title
    content
    is_draft
    created_at
    updated_at
    publish_at
  }
}

TODO for new versions

  1. Add images
  2. Show posts in the frontend

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-08