816 B
816 B
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