contao / maker-bundle
允许您创建内容元素、模块、钩子等
5.4.3
2024-07-30 16:12 UTC
Requires
- php: ^8.1
- contao/core-bundle: 5.4.3
- symfony/filesystem: ^6.4 || ^7.0
- symfony/maker-bundle: ^1.1
- symfony/options-resolver: ^6.4 || ^7.0
- symfony/yaml: ^6.4 || ^7.0
Requires (Dev)
- contao/manager-plugin: ^2.3.1
- phpunit/phpunit: ^9.5
- symfony/phpunit-bridge: ^6.4 || ^7.0
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
- 5.x-dev
- 5.4.x-dev
- 5.4.3
- 5.4.2
- 5.4.1
- 5.4.0
- 5.4.0-RC4
- 5.4.0-RC3
- 5.4.0-RC2
- 5.4.0-RC1
- 5.3.x-dev
- 5.3.15
- 5.3.14
- 5.3.13
- 5.3.12
- 5.3.11
- 5.3.10
- 5.3.9
- 5.3.8
- 5.3.7
- 5.3.6
- 5.3.5
- 5.3.4
- 5.3.3
- 5.3.2
- 5.3.1
- 5.3.0
- 5.3.0-RC4
- 5.3.0-RC3
- 5.3.0-RC2
- 5.3.0-RC1
- 5.2.x-dev
- 5.2.10
- 5.2.9
- 5.2.8
- 5.2.7
- 5.2.6
- 5.2.5
- 5.2.4
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.2.0-RC6
- 5.2.0-RC5
- 5.2.0-RC4
- 5.2.0-RC3
- 5.2.0-RC2
- 5.2.0-RC1
- 5.1.x-dev
- 5.1.11
- 5.1.10
- 5.1.9
- 5.1.8
- 5.1.7
- 5.1.6
- 5.1.5
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.1.0-RC3
- 5.1.0-RC2
- 5.1.0-RC1
- 5.0.10
- 5.0.9
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 5.0.0-RC4
- 5.0.0-RC3
- 5.0.0-RC2
- 5.0.0-RC1
- 4.13.x-dev
- 4.13.49
- 4.13.48
- 4.13.47
- 4.13.46
- 4.13.45
- 4.13.44
- 4.13.43
- 4.13.42
- 4.13.41
- 4.13.40
- 4.13.39
- 4.13.38
- 4.13.37
- 4.13.36
- 4.13.35
- 4.13.34
- 4.13.33
- 4.13.32
- 4.13.31
- 4.13.30
- 4.13.29
- 4.13.28
- 4.13.27
- 4.13.26
- 4.13.25
- 4.13.24
- 4.13.23
- 4.13.22
- 4.13.21
- 4.13.20
- 4.13.19
- 4.13.18
- 4.13.17
- 4.13.16
- 4.13.15
- 4.13.14
- 4.13.13
- 4.13.12
- 4.13.11
- 4.13.10
- 4.13.9
- 4.13.8
- 4.13.7
- 4.13.6
- 4.13.5
- 4.13.4
- 4.13.3
- 4.13.2
- 4.13.1
- 4.13.0
- 4.13.0-RC3
- 4.13.0-RC2
- 4.13.0-RC1
This package is auto-updated.
Last update: 2024-09-17 06:23:04 UTC
README
maker-bundle 允许您使用交互式命令生成内容元素、前端模块、事件监听器、回调和钩子。
Contao 是一个开源 PHP 内容管理系统,适用于希望拥有易于维护的专业网站的人。访问项目网站获取更多信息。
安装
运行此命令以在您的应用程序中安装和启用此包
composer require contao/maker-bundle --dev
使用方法
此包在 make:
命名空间下提供几个命令。您可以使用以下命令列出它们
php bin/console list make:contao
Available commands for the "make:contao" namespace:
make:contao:content-element Creates a new content element
make:contao:dca-callback Creates a new DCA callback listener
make:contao:event-listener Creates a new event listener
make:contao:frontend-module Creates a new front end module
make:contao:hook Creates a new hook listener
许可证
Contao 根据LGPLv3条款授权。
获取支持
访问支持页面了解可用的支持选项。