webexmachina / contao-smartgear
SMARTGEAR for Contao Open Source CMS
Installs: 584
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Type:contao-bundle
Requires
- php: ^7.4 || ^8.0
- contao/calendar-bundle: ^4.13
- contao/comments-bundle: ^4.13
- contao/core-bundle: ~4.13
- contao/faq-bundle: ^4.13
- contao/listing-bundle: ^4.13
- contao/news-bundle: ^4.13
- contao/newsletter-bundle: ^4.13
- do-while/contao-backupdb-bundle: ^1.4
- heimrichhannot/contao-backend-lost-password-bundle: ^1.5
- heimrichhannot/contao-email2username-bundle: ^1.4
- heimrichhannot/contao-filename-sanitizer-bundle: ^2.4
- heimseiten/contao-sticky-footer-backend-bundle: ^1.0
- madeyourday/contao-rocksolid-custom-elements: ^2.3
- marcel-mathias-nolte/contao-filesmanager-fileusage: ^1.0
- numero2/contao-opengraph3: ^4.2
- terminal42/notification_center: ^1.6
- webexmachina/contao-component-style-manager: ^2.6
- webexmachina/contao-grid: ^1.0
- webexmachina/contao-personal-data-manager: ^1.0
- webexmachina/contao-utils: ^1.0
Requires (Dev)
- codeception/codeception: ^4
- codeception/module-asserts: ^1.0.0
- codeception/module-phpbrowser: ^1.0.0
- codeception/module-webdriver: ^2.0
- contao/test-case: ~4
- phpunit/phpunit: ^9.0
- dev-main
- 2.0.x-dev
- 1.1.x-dev
- v1.1.0-rc1
- v1.0.39
- v1.0.38
- v1.0.37
- v1.0.36
- v1.0.35
- v1.0.34
- v1.0.33
- v1.0.32
- v1.0.31
- v1.0.30
- v1.0.29
- v1.0.28
- v1.0.27
- v1.0.26
- v1.0.25
- v1.0.24
- v1.0.23
- v1.0.22
- v1.0.21
- v1.0.20
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- 1.0.0.x-dev
- v1.0.0
- v1.0.0-rc2
- v1.0.0-rc1
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.13
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-feat-1-0-39
- dev-fix-templates-warnings
- dev-fix-stringutil
- dev-news-breadcrumb
- dev-issue-207-Data_Manager
- dev-issue-248-FormDataManager_should_be_in_a_repo_on_its_own
This package is auto-updated.
Last update: 2024-11-04 09:34:25 UTC
README
The purpose of this project is to allow agencies, developers and webmasters to use Contao in a simpler way.
Functionnalities
- Merge several useful plugins
- Adjust translations to make them more understandable
- Upgrade backend UX
- Add a lot of components, based on RSCE plugin
System requirements
- Contao 4.13
- Framway (Now : this bundles contains a small prebuilt Framway. Future : will be automatically retrieved during first configuration)
System requirements (future)
- 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)
Installation
Clone the extension from Packagist (Contao Manager)
Testing with docker
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
Documentation
License
This extension is licensed under the terms of the Apache License 2.0. The full license text is available in the main folder.
Getting support
Visit the support page to submit an issue or just get in touch :)
Installing from Git
You can get the extension with this repository URL : Github