Skip to content

Commit b3cd19e

Browse files
dev
1 parent 5e7acc0 commit b3cd19e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ Use config your application
5151
]
5252

5353
]
54+
```
55+
56+
Example
57+
-----
58+
```php
59+
60+
Url::to(['/module/controller/action', 'id' => 20, 'lang' => 'en'])
61+
// /en/module/controller/action?id=20
62+
5463
```
5564
Screenshot
5665
----------

0 commit comments

Comments
 (0)