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 87e06e6 commit afb4991
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afb4991

Please sign in to comment.