con4gis/con4gis_api_bundle

此包已被废弃,不再维护。未建议替代包。

Contao 4 con4gis api bundle

v1.1.2 2017-10-16 09:24 UTC

This package is not auto-updated.

Last update: 2021-03-09 15:39:43 UTC


README

注意!对于Contao 4,您不再需要此包。请安装新的con4gis包版本。

con4gis_api_bundle

使用此包,您可以使用所有con4gis 3.5.x扩展与Contao >= 4.2.x

添加路由到symfony

在您开始使用con4gis扩展之前,请确保您已将新路由添加到app/config/routing.yml中。您必须在contao路由之前添加新路由。

Con4gisApiBundle:
    resource: "@Con4gisApiBundle/Resources/config/routing.yml"

ContaoInstallationBundle:
    resource: "@ContaoInstallationBundle/Resources/config/routing.yml"

ContaoCoreBundle:
    resource: "@ContaoCoreBundle/Resources/config/routing.yml"