From afb49917b51164a83ee226d0de691c3ce52664fb Mon Sep 17 00:00:00 2001 From: Xavier Perez Date: Fri, 11 Feb 2022 12:45:32 +0100 Subject: [PATCH] Update README.md --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 82978a7..5591905 100644 --- a/README.md +++ b/README.md @@ -9,25 +9,25 @@ The "Modular Structure" allows to separate each module from other, having each o | app | Modules | Module | Structure | | --- | ------- | ------ | --------- | -| app/ | Modules/ | Home/ | Config/ | -| | | | Controllers/ | -| | | | Language/ | -| | | | Views/ | +| app/ | Modules/ | Home/ | Config | +| | | | Controllers | +| | | | Language | +| | | | Views | | | | | | -| app/ | Modules/ | Users/ | Config/ | -| | | | Controllers/ | -| | | | Database/ | -| | | | Filters/ | -| | | | Language/ | -| | | | Libraries/ | -| | | | Models/ | -| | | | Validation/ | -| | | | Views/ | +| app/ | Modules/ | Users/ | Config | +| | | | Controllers | +| | | | Database | +| | | | Filters | +| | | | Language | +| | | | Libraries | +| | | | Models | +| | | | Validation | +| | | | Views | | | | | | -| app/ | Modules/ | Utils/ | Config/ | -| | | | Controllers/ | -| | | | Language/ | -| | | | Libraries/ | +| app/ | Modules/ | Utils/ | Config | +| | | | Controllers | +| | | | Language | +| | | | Libraries | This repository holds a composer-installable app starter, with jQuery, Bootstrap4, and Login/Register fully working module examples It has been built from the