Skip to content

Commit

Permalink
Merge pull request #28 from radiate-framework/main
Browse files Browse the repository at this point in the history
Added view config
  • Loading branch information
BenRutlandWeb authored Feb 23, 2021
2 parents db6b52b + fba4f68 commit 870fc38
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/view.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

use Radiate\Support\Facades\App;

return [
/*
|--------------------------------------------------------------------------
| View Storage Path
|--------------------------------------------------------------------------
|
| Here you may specify a path that should be checked for your views.
|
*/

'path' => App::basePath('views'),
];

0 comments on commit 870fc38

Please sign in to comment.