Skip to content

Commit

Permalink
Readme update - routing registering
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrajcarek committed May 4, 2017
1 parent 2b66c91 commit 6e904ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ public function registerBundles()
);
}
```
Register bundle routes `app/config/routing.yml`
```php
net_interactive_user_importer:
resource: "@NetInteractiveUserImporterBundle/Resources/config/routing.xml"
prefix: /
```

Then go to page `http(s)://your.domain/user/importer/upload` to begin.

## Testing
Setup the test suite using Composer:
```
Expand Down

0 comments on commit 6e904ae

Please sign in to comment.