add publish module
This commit is contained in:
parent
100f6db9a6
commit
ffbbc04206
93 changed files with 8150 additions and 10228 deletions
|
@ -11,11 +11,11 @@ return [
|
|||
| an array of paths that should be checked for your views. Of course
|
||||
| the usual Laravel view path has already been registered for you.
|
||||
|
|
||||
*/
|
||||
*/
|
||||
|
||||
'paths' => [
|
||||
// realpath(base_path('resources/views'))
|
||||
resource_path('views')
|
||||
resource_path('views'),
|
||||
],
|
||||
|
||||
/*
|
||||
|
@ -27,8 +27,8 @@ return [
|
|||
| stored for your application. Typically, this is within the storage
|
||||
| directory. However, as usual, you are free to change this value.
|
||||
|
|
||||
*/
|
||||
*/
|
||||
|
||||
'compiled' => realpath(storage_path().'/framework/views'),
|
||||
'compiled' => realpath(storage_path() . '/framework/views'),
|
||||
|
||||
];
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue