fipamo/app
ro 743d7c4d90
routing overhaul
previously all the of the page routing was handlede through controller
organized by CRUD methods. it worked, but organizing by CRUD and not
purpose resulted in more time spent looking for a specific task through
controllers, so it turned out not to an effecient way of organizing.

so routing has been completely reorganized into laravel's web routing
section and methods have been moved to their appropriate controller so
tasks are much easier to find

front facing page routing turned out to be a bit more tricky that
anticipated do the overap of routing paths, but it only affects dynamic
page rendering and there's a patch in place that handles that issue
until a better solution is found. Rendered HTML pages works fine.

whew!
2025-05-16 17:37:53 -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 API Improvements #116 2024-07-17 16:41:11 -06:00
Http routing overhaul 2025-05-16 17:37:53 -06:00
Interfaces added getbyIndex for pages, urlencode page titles 2024-09-04 14:32:36 -06:00
Mail Updated Mailer (#113) 2024-06-05 13:33:11 -06:00
Models The Big Flip 2024-02-29 11:09:17 -06:00
Providers FEATURE: Restore to default 2024-07-02 17:09:27 -06:00
Repositories added getbyIndex for pages, urlencode page titles 2024-09-04 14:32:36 -06:00
Services fix for incorrect page rendering 2025-02-04 15:58:50 -06:00