Allow overriding views

This commit is contained in:
printempw 2018-07-22 09:41:51 +08:00
parent c92f86d602
commit 1eefaa104e
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ return [
*/ */
'paths' => [ 'paths' => [
realpath(base_path('resources/views/overrides')),
realpath(base_path('resources/views')), realpath(base_path('resources/views')),
], ],

2
resources/views/overrides/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore