定制 nobir/the-backend-wizard 二次开发

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

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

nobir/the-backend-wizard

最新稳定版本:v3.0.0

Composer 安装命令:

composer require nobir/the-backend-wizard

包简介

This pakage is really a wizard, you can create your admin panel as your need with raw codding. really amaging

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This pakage is usefull when you want to store and use again and again a admin panel. ..

Rules to setup a module for a specific admin panel

Diagram: command register => adding specefic files => define their location SN: Remember, when you change anything you may change this in two place. with role permission, without role permission.

Command register: in CommandName file -

  1. in commands array
  2. make a constant property and assign the same command.

adding files: in admins folders -

  1. folder with admin name
  2. folder with command name
  3. two folder - with-role-permission and without-role-permission.
  4. final location - Here setup all file according to their folder

Define Location:

  1. find the filelocation file.
  2. here there are array with the admin name. and the array structure according to the above folder : admn name => command name => with-role-permission, without-role-permission folder => final location

At last run the command and see the magic.

  1. two folder - with-role-permission and without-role-permission.
  2. final locatin - Here setup all file according to their folder

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

Installation

You can install the package via composer:

composer require nobir/the-backend-wizard

Publish the config file with:

php artisan vendor:publish --tag="backend-config"

This is the contents of the published config file:

return [

    /**  Available admins are :-
     *
     * taildash,
     *
     * upcoming more
     */
    'admin_name' => 'taildash',

    /**
     * code slightly change in case of role permission
     *HEre you can set role permission is set or not to the admin panel
     */
    'role_permission' => true,
];

Usage

At first set up a admin panel:

php artisan nobir:backend setup

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • 开发语言: CSS

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-10-05