Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fd5b5 commit 380a4d3Copy full SHA for 380a4d3
1 file changed
Views.md
@@ -4,7 +4,7 @@ Unic framework support multiple view engine like php, twig etc.
4
5
Let's set the default view directory path:
6
```php
7
-$app->set('views', base_path('views'));
+$app->set('views', __DIR__ . '/views'));
8
```
9
10
Let's set the view engine and configuration options:
0 commit comments