We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db6b52b + fba4f68 commit 870fc38Copy full SHA for 870fc38
1 file changed
config/view.php
@@ -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