The purpose of this project is to allow agencies, developers and webmasters to use Contao in a simpler way.
- Merge several useful plugins
- Adjust translations to make them more understandable
- Upgrade backend UX
- Add a lot of components, based on RSCE plugin
- Contao 4.13
- Framway (Now : this bundles contains a small prebuilt Framway. Future : will be automatically retrieved during first configuration)
- Access to
git
(to retrieve Framway) - Access to
npm
(to build Framway - temp fix : using a$nvmpath
environment variable to makenpm
available on our host)
Clone the extension from Packagist (Contao Manager)
A docker
folder is present in the project, it contains everything needed to run a new contao installation with this module installed on-the-go (linux only).
In your terminal, just type :
./docker/build.sh
The script will give you all options to run a working contao in a docker environment.
All the informations regarding path, ports and everything else are located in the docker/.env file
This extension is licensed under the terms of the Apache License 2.0. The full license text is available in the main folder.
Visit the support page to submit an issue or just get in touch :)
You can get the extension with this repository URL : Github