定制 aldaflux/my-maker-bundle 二次开发

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

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

aldaflux/my-maker-bundle

最新稳定版本:v0.2.0

Composer 安装命令:

composer require aldaflux/my-maker-bundle

包简介

maker bundle crud variation

关键字:

README 文档

README

aldaflux_mymaker.yaml

my_maker:
    backoffice:
        folder: 
            controller: BackOffice 
            template: backoffice
        route:
            name_prefix: admin_
            path_prefix: admin
    frontoffice:
        folder: 
            controller: Frontoffice
            template: frontoffice

./bin/console


$ ./bin/console make:front:show User

 created: src/Controller/Frontoffice/UserController.php
 created: templates/frontoffice/user/index.html.twig
 created: templates/frontoffice/user/show.html.twig
 
 Success!


 Next: Check your new CRUD by going to /user/

$ ./bin/console make:crud:admin User

 created: src/Controller/BackOffice/UserController.php
 created: src/Form/UserType.php
 created: templates/backoffice/user/_delete_form.html.twig
 created: templates/backoffice/user/_form.html.twig
 created: templates/backoffice/user/edit.html.twig
 created: templates/backoffice/user/index.html.twig
 created: templates/backoffice/user/new.html.twig
 created: templates/backoffice/user/show.html.twig

 Success!

 Next: Check your new CRUD by going to admin/user/

$ ./bin/console make:crud:admin User --with-voter

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-08-28