Skip to content

Commit

Permalink
update readme with additional configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanl4321 committed Feb 24, 2023
1 parent 63baf4b commit 3ef0ebc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ php artisan vendor:publish --provider="Fomvasss\LaravelStrTokens\ServiceProvider

Configuration file will be publish to `config/str-tokens.php`


## Configuration
The configuration fill will allow you to control how tokens are parsed using `token_match_pattern` and `token_split_character`

You can decide if a token can traverse eloquent model relationships using `can_traverse_relations`
Expand Down

0 comments on commit 3ef0ebc

Please sign in to comment.