fipamo/app/Http
ro cb99c44a33
implemented dynamic page rendering
html page rendering works, so the next step was to get dynamic page
rendering up and running, meaning instead of pages being exported to
html, they are instead rendered on the fly when the corresponding URL is
hit.

the StartController that handles page routing needs to be organized a
bit better as there is some confusion between index and regular page
files so it's clear where requests are going and what is the expected
response
2024-05-06 15:09:24 -06:00
..
Controllers implemented dynamic page rendering 2024-05-06 15:09:24 -06:00
Middleware reorganized controller dir, added check for dash 2024-03-07 11:36:31 -06:00
Kernel.php Fix for api not being to see session data 2024-03-07 13:45:45 -06:00