Assets published update
This commit is contained in:
@ -25,6 +25,7 @@ return [
|
||||
|
||||
// 📁 Recursos cargables: vistas, traducciones, migraciones
|
||||
'views' => [
|
||||
/*
|
||||
'layout-porto-accounting-1' => 'resources/views/templates/accounting-1',
|
||||
'layout-porto-app-landing' => 'resources/views/templates/app-landing',
|
||||
'layout-porto-architecture-2' => 'resources/views/templates/architecture-2',
|
||||
@ -82,6 +83,7 @@ return [
|
||||
'layout-porto-startup-agency' => 'resources/views/templates/startup-agency',
|
||||
'layout-porto-transportation-logistic' => 'resources/views/templates/transportation-logistic',
|
||||
'layout-porto-wedding' => 'resources/views/templates/wedding',
|
||||
*/
|
||||
|
||||
'koneko-layout-porto' => 'resources/views/',
|
||||
],
|
||||
@ -89,7 +91,7 @@ return [
|
||||
// 📁 Publicar archivos
|
||||
'publishedFiles' => [
|
||||
'assets' => [
|
||||
'resources/public' => public_path('vendor/koneko-layout-porto'),
|
||||
'resources/public' => public_path('vendor/porto'),
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user