phakpoom/symfony-maker

2.2.0 2024-07-25 07:49 UTC

This package is auto-updated.

Last update: 2024-09-09 20:51:43 UTC


README

(长期支持) master php8+

(停止支持) 1.0.0 php7.2+

使用 composer 进行安装

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

启用 Bundle

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

配置

注意!确保配置仅用于开发环境

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

使用方法

生成模型和 doctrine 映射

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

许多命令

./bin/console bonn