Skip to content

Commit

Permalink
Merge pull request #12 from kaushikindianic/3447-integrate-spaces
Browse files Browse the repository at this point in the history
perf: new way bundle #33447
  • Loading branch information
prajapati-kaushik authored Sep 21, 2020
2 parents d9a6f0c + 86bcf57 commit 8e54708
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Symfony 4 WikiBundle
## Symfony 4,5 WikiBundle

Installation
============
Expand Down Expand Up @@ -36,9 +36,9 @@ Create routing file to enable routes from wiki bundle like this:
`config/routes/linkorb-wiki-bundle.yaml`
And add loading of routes at next way:
```yaml
wiki:
resource: '@WikiBundle/Resources/config/routing.yaml'
type: yaml
wiki_bundle:
resource: '@WikiBundle/Controller'
type: annotation
```
### Step 3: Enjoy
### Step 3: Enjoy :)
15 changes: 0 additions & 15 deletions Resources/config/routing.yaml

This file was deleted.

0 comments on commit 8e54708

Please sign in to comment.