brockhaus-ag/contao-release-stages-bundle
Mit dem Contao Release Stages Bundle der BROCKHAUS AG kannst DU ganz einfach Releases erstellen und auf Deiner Prod-Stage hochladen.
Maintainers
Package info
github.com/BROCKHAUS-AG/contao-release-stages-bundle
Type:contao-bundle
pkg:composer/brockhaus-ag/contao-release-stages-bundle
Requires
- php: >=8.3
- ext-curl: *
- ext-ftp: *
- ext-gd: *
- ext-json: *
- ext-mysqli: *
- ext-pdo: *
- ext-ssh2: *
- contao/core-bundle: 5.3.*
- phpseclib/phpseclib: *
- symfony/config: *
- symfony/dependency-injection: *
- symfony/http-kernel: *
- twig/twig: *
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-3.0-or-later 4fee407d121b1a81fd0b31c7f2ecc710d41ad0b8
- BROCKHAUS AG <info.woop@brockhaus-ag.de>
bundledeploymentreleaseautocontaoStagesBROCKHAUS AGreleasing
This package is auto-updated.
Last update: 2026-06-13 08:04:07 UTC
README
๐ Contributors
๐ Forks
๐ Stargazers
๐ Issues
๐ MIT License
๐ LinkedIn
๐ Logo
Contao Release Stages Bundle
With the Contao release stages bundle you would be able to easily draft and upload new releases to your prod stage.
Explore the docs ยป
Report Bug
ยท
Request Feature
About The Project
To now how a release/deployment process works, you could have a look at the following diagram. Also, you can have a look at the description here.
Built With
Getting Started
Prerequisites
Before you can install the contao release stages bundle, you have to meet certain prerequisites.
- An installation of minimum PHP 7.4
- Contao 4.9 and higher
Installation
- You have to use
composerto install the bundle. The command would becomposer require brockhaus-ag/contao-release-stages-bundleor you can also install it with the Contao manager. - Configure the configuration file
- You can find an example configuration here settings/config_example.json.
Usage
- Click in the Contao menu section on the left side on "Release Generator". There you would be able to create a new release.
- If you clicked on "new"
- you could change the kind of release (this is only to show a nicer history)
- set a title and a description
Things that work and don't work
Working
- Create automatically tables in database
- Copy database table content
- Copy directory
Not working
- Copy database relationships from test stage to prod stage
