Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Perez committed Feb 11, 2022
1 parent 6c348d1 commit 87e06e6
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,23 @@ The "Modular Structure" allows to separate each module from other, having each o
| --- | ------- | ------ | --------- |
| app/ | Modules/ | Home/ | Config/ |
| | | | Controllers/ |
| app/ | Modules/ | Home/ | Language/ |
| app/ | Modules/ | Home/ | Views/ |
| | | | Language/ |
| | | | Views/ |
| | | | |
| app/ | Modules/ | Users/ | Config/ |
| app/ | Modules/ | Users/ | Controllers/ |
| app/ | Modules/ | Users/ | Database/ |
| app/ | Modules/ | Users/ | Filters/ |
| app/ | Modules/ | Users/ | Language/ |
| app/ | Modules/ | Users/ | Libraries/ |
| app/ | Modules/ | Users/ | Models/ |
| app/ | Modules/ | Users/ | Validation/ |
| app/ | Modules/ | Users/ | Views/ |
| | | | Controllers/ |
| | | | Database/ |
| | | | Filters/ |
| | | | Language/ |
| | | | Libraries/ |
| | | | Models/ |
| | | | Validation/ |
| | | | Views/ |
| | | | |
| app/ | Modules/ | Utils/ | Config/ |
| app/ | Modules/ | Utils/ | Controllers/ |
| app/ | Modules/ | Utils/ | Language/ |
| app/ | Modules/ | Utils/ | Libraries/ |
| | | | 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
Expand Down

0 comments on commit 87e06e6

Please sign in to comment.