From 09ad9c9eba29a42da90b4d2d7edb1b2a22bc69be Mon Sep 17 00:00:00 2001 From: xinatorus Date: Mon, 27 Apr 2020 19:36:58 +0200 Subject: [PATCH] folder structure doc --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8854655..08663a7 100644 --- a/README.md +++ b/README.md @@ -137,10 +137,15 @@ Project Link: [https://github.com/GamerClassN7/Smart_Home/](https://github.com/G Tags (ignore): ESP32 ESP12 ESP08 ESP01 ESP Smart Home Automation System PWA PHP HTML JS DHT11 DHT22 ## Folder structure -- /app +``` +- /app # app specific files - /controllers - UserController.php + - /library # helpers etc. + - Mailer.php - /models + - /types + - Units.php - UserModal.php - /views - /layouts @@ -151,9 +156,7 @@ Project Link: [https://github.com/GamerClassN7/Smart_Home/](https://github.com/G - Bootstrap.php - Db.php - Routes.php -- /library - - /types - - Units.php +- /library # framework, 3rd libraries etc. - /vendor - Controller.php - Db.php @@ -166,3 +169,4 @@ Project Link: [https://github.com/GamerClassN7/Smart_Home/](https://github.com/G - /js - .htaccess - index.php +```