Download the PHP package inspiredminds/contao-maker-bundle without Composer
On this page you can find all versions of the php package inspiredminds/contao-maker-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download inspiredminds/contao-maker-bundle
More information about inspiredminds/contao-maker-bundle
Files in inspiredminds/contao-maker-bundle
Package contao-maker-bundle
Short Description This is an extension of the Symfony Maker Bundle, providing autoloading in the Contao Managed Edition as well as additional commands specific to a Contao installation.
License LGPL-3.0-or-later
Homepage http://www.inspiredminds.at
Informations about the package contao-maker-bundle
Contao Maker Bundle
This is an extension of the Symfony Maker Bundle, providing autoloading in the Contao Managed Edition as well as additional commands specific to a Contao installation.
Installation
Commands
See the Symfony Maker Bundle documentation on how to use the commands, how to list all commands and how to display help text for each command.
The following is a list of Contao Managed Edition specific commands, that are introduced in this bundle.
make:contao-kickstart
In order to be able to use commands, services, event listeners etc. in your app under the src/
folder, you need load these services in your app config. This command generates or updates the the following files in order to use autowiring for your app:
composer.json
app/config/services.yml
app/config/config.yml
app/config/routing.yml
(optional)
Note: since the Contao Managed Edition still uses the old Symfony structure, the command still generates the config files under app/config/
rather than just config/
.
make:contao-manager-plugin
This generates an App\ContaoManager\Plugin
class. It will ask you whether you want load a bundle or load routes (the latter is necessary for Contao 4.4).
All versions of contao-maker-bundle with dependencies
contao/core-bundle Version ^4.4
symfony/maker-bundle Version ^1.0
symfony/yaml Version ^3.3 || ^4.1