# Conflicts: # M5/.idea/M5.iml # M5/.idea/dataSources.xml # M5/.idea/modules.xml # M5/.idea/php.xml # M5/Dossier/M5.md # M5/Werbeseite/index.php # M5/emensa/composer.json # M5/emensa/composer.lock # M5/emensa/config/db.php # M5/emensa/controllers/AnmeldungController.php # M5/emensa/controllers/MainController.php # M5/emensa/models/benutzer.php # M5/emensa/models/gerichte_main.php # M5/emensa/models/gerichte_self.php # M5/emensa/public/css/style.css # M5/emensa/public/index.php # M5/emensa/routes/web.php # M5/emensa/vendor/composer/autoload_psr4.php # M5/emensa/vendor/composer/autoload_static.php # M5/emensa/vendor/composer/installed.json # M5/emensa/vendor/composer/installed.php # M5/emensa/vendor/composer/platform_check.php
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.bator runningphp -S 127.0.0.1:9000 -t publicin a shell from the project´s root directory.
folder overview
bin/is only necessary if you need to use composer and dont have it installed alreadyconfig/holds configuration filescontrollers/contains all Controller Classesmodels/contains the Model Classespublic/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 Filesviews/holds all View Files