Assets published update

This commit is contained in:
2025-09-13 13:59:58 -06:00
parent 21a09f2fa9
commit 04f3ce5312

View File

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