fipamo/app
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
..
Console The Big Flip 2024-02-29 11:09:17 -06:00
Exceptions The Big Flip 2024-02-29 11:09:17 -06:00
Helpers implemented install from scratch 2024-04-16 15:36:57 -06:00
Http implemented dynamic page rendering 2024-05-06 15:09:24 -06:00
Interfaces implemented dynamic page rendering 2024-05-06 15:09:24 -06:00
Models The Big Flip 2024-02-29 11:09:17 -06:00
Providers implemented install from scratch 2024-04-16 15:36:57 -06:00
Repositories implemented dynamic page rendering 2024-05-06 15:09:24 -06:00
Services edited asset moving class 2024-04-25 13:17:24 -06:00