承接 phakpoom/symfony-maker 相关项目开发

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

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

phakpoom/symfony-maker

最新稳定版本:2.3.2

Composer 安装命令:

composer require phakpoom/symfony-maker

包简介

README 文档

README

(LTS) master php8+

(Drop Support) 1.0.0 php7.2+

Installation with composer

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/phakpoom/symfony-maker.git"
        }
    ]
},
"require-dev": {
    "phakpoom/symfony-maker": "dev-master",
},

Enabled Bundle

Bonn\Maker\Bridge\MakerBundle\BonnMakerBundle::class => ['dev' => true]

Config

Beware! make sure that config only dev

bonn_maker:
    namespace_prefix: "App" # prefix namespace
    bundle_root_dir: "%kernel.project_dir%/src/App/" # use for list directories for generate class
    cache_dir: ~ # default cache_dir symfony
    cache_max_keep_versions: ~ # maximum keep class version for rollback
    writer_dev: ~ # if `true` it will echo on console instead create file
    // ... and many config about dir

Usage

Generate model and doctrine mapping

./bin/console bonn:model:maker --help

Many Commands

./bin/console bonn

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-06-22