Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 380a4d3

Browse files
Update Views.md
1 parent 03fd5b5 commit 380a4d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Unic framework support multiple view engine like php, twig etc.
44

55
Let's set the default view directory path:
66
```php
7-
$app->set('views', base_path('views'));
7+
$app->set('views', __DIR__ . '/views'));
88
```
99

1010
Let's set the view engine and configuration options:

0 commit comments

Comments
 (0)