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.
Installs: 335
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Type:contao-bundle
Requires
- php: >=7.4
- ext-curl: *
- ext-ftp: *
- ext-gd: *
- ext-json: *
- ext-mysqli: *
- ext-pdo: *
- ext-ssh2: *
- contao/core-bundle: ^4.9
- phpseclib/phpseclib: ~3.0
- symfony/config: ^4.2 || ^5.1
- symfony/dependency-injection: ^4.2 || ^5.1
- symfony/http-kernel: ^4.2 || ^5.1
- twig/twig: ^2.12 || ^3.0
Requires (Dev)
- contao/manager-plugin: ^2.3
- contao/test-case: ^4.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^8.4
- symfony/http-client: 4.4.*
- symfony/phpunit-bridge: 4.4.*
This package is auto-updated.
Last update: 2024-10-31 11:08:51 UTC
README
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
Table of Contents
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
composer
to install the bundle. The command would becomposer require brockhaus-ag/contao-release-stages-bundle
or 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