Skip to content

Commit 870fc38

Browse files
Merge pull request #28 from radiate-framework/main
Added view config
2 parents db6b52b + fba4f68 commit 870fc38

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

config/view.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
use Radiate\Support\Facades\App;
4+
5+
return [
6+
/*
7+
|--------------------------------------------------------------------------
8+
| View Storage Path
9+
|--------------------------------------------------------------------------
10+
|
11+
| Here you may specify a path that should be checked for your views.
12+
|
13+
*/
14+
15+
'path' => App::basePath('views'),
16+
];

0 commit comments

Comments
 (0)