Allow overriding views
This commit is contained in:
parent
c92f86d602
commit
1eefaa104e
|
|
@ -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
2
resources/views/overrides/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
||||
Loading…
Reference in New Issue
Block a user