fipamo/resources/views
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
..
back routing overhaul 2025-05-16 17:37:53 -06:00
forms quick layout fix for restore backup ui 2024-11-08 11:37:31 -06:00
includes routing overhaul 2025-05-16 17:37:53 -06:00
mail Updated Mailer (#113) 2024-06-05 13:33:11 -06:00
theme routing overhaul 2025-05-16 17:37:53 -06:00
frame.blade.php theme color correction, editor responsive tweaks 2024-11-02 14:07:53 -06:00
welcome.blade.php The Big Flip 2024-02-29 11:09:17 -06:00