@@ -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 | ?> |
@@ -5,7 +5,7 @@ |
||
5 | 5 | 'displayErrorDetails' => true, |
6 | 6 | 'addContentLengthHeader' => true, |
7 | 7 | 'determineRouteBeforeAppMiddleware' => true, |
8 | - 'debug'=>true , |
|
8 | + 'debug'=>true, |
|
9 | 9 | 'image' => [ |
10 | 10 | 'dir' => $APPROOT . '/public/uploads' |
11 | 11 | ], |