Skip to content

Commit

Permalink
Merge ba36d80 into bf08496
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloalonsod committed Aug 1, 2018
2 parents bf08496 + ba36d80 commit 0152345
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,21 @@ Instead of loading routes from EasyAdminBundle AdminController, load them from _
Symfony 4 directory structure :
```yaml
# config/routes/easy_admin.yaml
easy_admin:
easy_admin_bundle:
resource: '@EasyAdminExtensionBundle/Controller/AdminController.php'
prefix: /admin
type: annotation
type: annotation
prefix: /admin

# ...
```

Former Symfony 2/3 directory structure :
```yaml
# app/config/routing.yml
easy_admin:
easy_admin_bundle:
resource: "@EasyAdminExtensionBundle/Controller/AdminController.php"
prefix: /admin
type: annotation
prefix: /admin

# ...
```
Expand Down

0 comments on commit 0152345

Please sign in to comment.