folder structure doc

This commit is contained in:
xinatorus 2020-04-27 19:36:58 +02:00
parent 11e75cb18d
commit 09ad9c9eba
1 changed files with 8 additions and 4 deletions

View File

@ -137,10 +137,15 @@ Project Link: [https://github.com/GamerClassN7/Smart_Home/](https://github.com/G
<sup><sub>Tags (ignore): ESP32 ESP12 ESP08 ESP01 ESP Smart Home Automation System PWA PHP HTML JS DHT11 DHT22 <sup><sub>Tags (ignore): ESP32 ESP12 ESP08 ESP01 ESP Smart Home Automation System PWA PHP HTML JS DHT11 DHT22
## Folder structure ## Folder structure
- /app ```
- /app # app specific files
- /controllers - /controllers
- UserController.php - UserController.php
- /library # helpers etc.
- Mailer.php
- /models - /models
- /types
- Units.php
- UserModal.php - UserModal.php
- /views - /views
- /layouts - /layouts
@ -151,9 +156,7 @@ Project Link: [https://github.com/GamerClassN7/Smart_Home/](https://github.com/G
- Bootstrap.php - Bootstrap.php
- Db.php - Db.php
- Routes.php - Routes.php
- /library - /library # framework, 3rd libraries etc.
- /types
- Units.php
- /vendor - /vendor
- Controller.php - Controller.php
- Db.php - Db.php
@ -166,3 +169,4 @@ Project Link: [https://github.com/GamerClassN7/Smart_Home/](https://github.com/G
- /js - /js
- .htaccess - .htaccess
- index.php - index.php
```