mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-03 05:50:25 +08:00
Allow overriding views
This commit is contained in:
parent
60996020f4
commit
02ba6ed3df
@ -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