Se agrega seccion de evento

This commit is contained in:
2020-04-28 23:52:56 -04:00
parent a878d6bc77
commit 2a34fa368e
97 changed files with 275 additions and 67 deletions

View File

@ -9,5 +9,11 @@ return [
'folders.routes' => DI\string(implode(DIRECTORY_SEPARATOR, [
'{folders.resources}',
'routes'
])),
'folders.images' => DI\string(implode(DIRECTORY_SEPARATOR, [
'{folders.base}',
'public',
'assets',
'images'
]))
];