Skip to content

Commit

Permalink
#73: add routing config
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Dec 20, 2018
1 parent 6741f9e commit 8f32d1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Add frontend user authentication and document restriction to pimcore 5.0.
[![Software License](https://img.shields.io/badge/license-GPLv3-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Latest Release](https://img.shields.io/packagist/v/dachcom-digital/members.svg?style=flat-square)](https://packagist.org/packages/dachcom-digital/members)
[![Scrutinizer](https://img.shields.io/scrutinizer/g/dachcom-digital/pimcore-members.svg?style=flat-square)](https://www.scrutinizer-ci.com/g/dachcom-digital/pimcore-members/)
[![Travis](https://img.shields.io/travis/dachcom-digital/pimcore-members/master.svg?style=flat-square)](https://travis-ci.org/dachcom-digital/pimcore-members)

## Requirements
* Pimcore 5.
Expand Down
5 changes: 5 additions & 0 deletions tests/etc/config/system/routing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
_pimcore:
resource: "@PimcoreCoreBundle/Resources/config/routing.yml"

app:
resource: '@MembersBundle/Resources/config/pimcore/routing/all.yml'
1 change: 1 addition & 0 deletions tests/etc/travis/install
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ mkdir $DACHCOM_BUNDLE_HOME/lib/$DACHCOM_BUNDLE_NAME/tests/_data/downloads

mkdir -p $DACHCOM_BUNDLE_HOME/var/config
cp $DACHCOM_BUNDLE_HOME/etc/config/system/config.yml app/config/config.yml
cp $DACHCOM_BUNDLE_HOME/etc/config/system/routing.yml app/config/routing.yml
cp app/config/parameters.example.yml app/config/parameters.yml

for K in "${!DACHCOM_INSTALL_CONFIG_FILES[@]}"
Expand Down

0 comments on commit 8f32d1d

Please sign in to comment.