承接 mecsu/yii2-pages 相关项目开发

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

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

mecsu/yii2-pages

Composer 安装命令:

composer require mecsu/yii2-pages

包简介

Manage static application pages

README 文档

README

Yii2 Downloads Packagist Version Progress GitHub license

Yii2 Pages

Yii2 Pages

Page manager for Yii2.

This module is an integral part of the Butterfly.СMS content management system, but can also be used as an standalone extension.

Copyrights (c) 2019-2021 W.D.M.Group, Ukraine

Requirements

Installation

To install the module, run the following command in the console:

$ composer require "wdmg/yii2-pages"

After configure db connection, run the following command in the console:

$ php yii pages/init

And select the operation you want to perform:

  1. Apply all module migrations
  2. Revert all module migrations

Migrations

In any case, you can execute the migration and create the initial data, run the following command in the console:

$ php yii migrate --migrationPath=@vendor/wdmg/yii2-pages/migrations

Configure

To add a module to the project, add the following data in your configuration file:

'modules' => [
    ...
    'pages' => [
        'class' => 'wdmg\pages\Module',
        'routePrefix' => 'admin',
        'baseRoute'  => '/pages', // route for frontend (string or array), use "/" - for root
        'baseLayout' => '@app/views/layouts/main', // path to default layout for render in frontend
        'supportLocales' => ['ru-RU', 'uk-UA', 'en-US'] // list of support locales for multi-language versions
    ],
    ...
],

Routing

Use the Module::dashboardNavItems() method of the module to generate a navigation items list for NavBar, like this:

<?php
    echo Nav::widget([
    'options' => ['class' => 'navbar-nav navbar-right'],
        'label' => 'Modules',
        'items' => [
            Yii::$app->getModule('pages')->dashboardNavItems(),
            ...
        ]
    ]);
?>

Status and version [ready to use]

  • v.1.2.5 - RBAC implementation
  • v.1.2.4 - URL redirect notify, defaultController property, update dependencies and README.md
  • v.1.2.3 - Update README.md and dependencies
  • v.1.2.2 - Added AliasInput::widget()
  • v.1.2.1 - Rebased to ActiveRecordML model
  • v.1.2.0 - Multi-language implementation
  • v.1.1.12 - Log activity
  • v.1.1.11 - Added pagination, up to date dependencies
  • v.1.1.10 - Refactoring. Migrations bugfix
  • v.1.1.9 - Added multiple nesting for pages
  • v.1.1.8 - Added support for Yandex.Turbo and Google AMP modules
  • v.1.1.7 - Added support for Sitemap module

统计信息

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

GitHub 信息

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

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固