Estudiando como implementar subfolders

This commit is contained in:
Jaime Jimenez
2023-04-27 21:53:41 +02:00
parent c1bef7a7ed
commit 688642f5ea
6 changed files with 100 additions and 57 deletions

View File

@ -28,7 +28,7 @@ $routes->setAutoRoute(true);
* Route Definitions
* --------------------------------------------------------------------
*/
// JJO $routes->get('cliente', 'Impresion\Cliente::index');
// We get a performance increase by specifying the default
// route since we don't have to scan directories.