@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | return [ |
3 | 3 | // Renderer settings |
4 | - 'view' => [ |
|
5 | - 'blade_template_path' => '../app/View/', // String or array of multiple paths |
|
6 | - 'blade_cache_path' => '../app/View/cache', // Mandatory by default, though could probably turn caching off for development |
|
7 | - 'template' => 'blade', // template name |
|
8 | - ], |
|
4 | + 'view' => [ |
|
5 | + 'blade_template_path' => '../app/View/', // String or array of multiple paths |
|
6 | + 'blade_cache_path' => '../app/View/cache', // Mandatory by default, though could probably turn caching off for development |
|
7 | + 'template' => 'blade', // template name |
|
8 | + ], |
|
9 | 9 | ]; |
10 | 10 | ?> |