kematjaya/crud-maker-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

kematjaya/crud-maker-bundle

最新稳定版本:7.0.3

Composer 安装命令:

composer require kematjaya/crud-maker-bundle

包简介

crud generator base on symfony maker-bundle

README 文档

README

CRUD generator base on Symfony Maker Bundle

  1. installation
composer require kematjaya/crud-maker-bundle
  1. Generate Filter Form
php bin/console make:kmj-filter
  1. Generate CRUD include form, filter and pagination
php bin/console make:kmj-crud

if use modal add to base template

<div class="modal fade" id="myModal">
    <div class="modal-content" id="modal-dialog">
        <div style="text-align: center"><img src="{{ asset('bundles/basecontroller/images/loading.gif') }}" style="width: 20px"/></div>
    </div>
</div>

and add jquery.js

  • if you want to change generator template, you can set template path in config
# config/packages/crud_generator.yaml
# assume your template in root-project/generator
crud_maker:
    templates:
        path: '%kernel.project_dir%/generator'

thank to:

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-02-24