Allow overriding views

This commit is contained in:
Pig Fang 2018-07-22 10:58:29 +08:00
parent 60996020f4
commit 02ba6ed3df
2 changed files with 3 additions and 0 deletions

View File

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

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

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