Download the PHP package konradx3/architect-command-bundle without Composer
On this page you can find all versions of the php package konradx3/architect-command-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download konradx3/architect-command-bundle
More information about konradx3/architect-command-bundle
Files in konradx3/architect-command-bundle
Download konradx3/architect-command-bundle
More information about konradx3/architect-command-bundle
Files in konradx3/architect-command-bundle
Vendor konradx3
Package architect-command-bundle
Short Description Architect command bundle. Fast CTE, FMD creation.
License MIT
Package architect-command-bundle
Short Description Architect command bundle. Fast CTE, FMD creation.
License MIT
Please rate this library. Is it a good library?
Informations about the package architect-command-bundle
Architect
A contao tool that allows you to quickly generate necessary files and configurations such as content elements or frontend modules.
Requirements
- PHP ^8.x
- Contao ^5.x
Installation
Usage
You can change and configure each generated file to suit your needs. It's just a generator
If you create a bundle, there will be a BUNDLE NAMESPACE variable in the .env file that will store your namespace. You don't have to enter it every time.
You can also create such a variable yourself, it will be passed to the Architect.
Create custom bundle.
- [controller] - optional, CustomContaoApp or CustomContaoAppBundle, default AppBundle
- [directory] - optional, path/your/custom-bundle, default App/src/...
- [--namespace] - optional, if you need custom namespace you can type here your namespace
Generate content element.
- [controller] - required, FooBarController
- [directory] - optional, path/your/custom-bundle, default App/src/...
- [--namespace] - optional, if you need custom namespace you can type here your namespace
Generate frontend module.
- [controller] - required, FooBarController
- [directory] - optional, path/your/custom-bundle, default App/src/...
- [--namespace] - optional, if you need custom namespace you can type here your namespace
Generate controller.
- [controller] - required, FooBarController
- [type] - optional, FMD - frontend module or CTE - content element
- [directory] - optional, path/your/custom-bundle, default App/src/...
- [--namespace] - optional, if you need custom namespace you can type here your namespace
Generate controller settings in services.yaml.
- [controller] - required, FooBarController
- [type] - required, FMD - frontend module or CTE - content element
- [directory] - optional, path/your/custom-bundle, default App/src/...
- [--namespace] - optional, if you need custom namespace you can type here your namespace
Generate controller settings in dca.
- [controller] - required, FooBarController
- [type] - required, FMD - frontend module or CTE - content element
- [directory] - optional, path/your/custom-bundle, default App/src/...
Generate twig template for controller.
- [controller] - required, FooBarController
- [type] - required, FMD - frontend module or CTE - content element
- [directory] - optional, path/your/custom-bundle, default App/src/...
All versions of architect-command-bundle with dependencies
PHP Build Version
Package Version
The package konradx3/architect-command-bundle contains the following files
Loading the files please wait ....