This commit is contained in:
S170H
2023-12-17 22:17:05 +01:00
parent 67a26f6684
commit 99d78584ec
120 changed files with 9988 additions and 5 deletions

22
M5/emensa/README.md Normal file
View File

@@ -0,0 +1,22 @@
# Routingscript MVC
little routing script for use in DBWT
intended to run with only one dependency (bladeone).
## usage
* start this script by either executing `start_server.bat` or running `php -S 127.0.0.1:9000 -t public` in a shell from the project´s root directory.
* [open the website](http://127.0.0.1:9000/)
## folder overview
* `bin/` is only necessary if you need to use composer and dont have it installed already
* `config/` holds configuration files
* `controllers/` contains all Controller Classes
* `models/` contains the Model Classes
* `public/` is the web root for your http server and contains the routing script itself, next to resources that will be accessible by http clients (css, js, images, etc.)
* `storage/` is necessary to hold Blade Cache Files
* `views/` holds all View Files