add publish module

This commit is contained in:
Arno Kaimbacher 2018-08-29 17:18:15 +02:00
parent 100f6db9a6
commit ffbbc04206
93 changed files with 8150 additions and 10228 deletions

View file

@ -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'),
];