Skip to content

Commit 42093ed

Browse files
authored
add template engine to config
1 parent f95a7f5 commit 42093ed

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config/app.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,19 @@
6262
'user' => '\App\Models\User',
6363
'form' => '\TypeRocket\Elements\Form'
6464
],
65+
66+
/*
67+
|--------------------------------------------------------------------------
68+
| Template Engine
69+
|--------------------------------------------------------------------------
70+
|
71+
| The template engine used to build views for the front-end and admin.
72+
|
73+
*/
74+
'template_engine' => [
75+
'front' => '\TypeRocket\Template\TemplateEngine',
76+
'admin' => '\TypeRocket\Template\TemplateEngine',
77+
],
6578

6679

6780
/*

0 commit comments

Comments
 (0)