con4gis / con4gis_api_bundle
Contao 4 con4gis api bundle
Installs: 383
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 2
Open Issues: 0
Type:contao-bundle
Requires
- php: >=5.5.0
- contao-community-alliance/composer-plugin: ~2.4 || ~3.0
- contao/core-bundle: ~4.4
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
This package is not auto-updated.
Last update: 2021-03-09 15:39:43 UTC
README
Attention! For Contao 4 you do not need this bundle anymore. Please install new bundle versions of con4gis.
con4gis_api_bundle
With this bundle you can use all con4gis 3.5.x extensions with Contao >= 4.2.x
Add route to symfony
Before you can start using the the con4gis extensions, please be sure you've added the new route to app/config/routing.yml You have to add the new route before the contao routes.
Con4gisApiBundle:
resource: "@Con4gisApiBundle/Resources/config/routing.yml"
ContaoInstallationBundle:
resource: "@ContaoInstallationBundle/Resources/config/routing.yml"
ContaoCoreBundle:
resource: "@ContaoCoreBundle/Resources/config/routing.yml"