fipamo/app/Services
ro a5583debbd
page rendering, part 1
to complete page rendering, the default theme needed to be converted to
use blade templating. rather than update the theme kit as a seperate
progress, it will be integrated into this codebase so themes can be
developed and tested in app.

the basics for the theme kit are in place, so now conversion of the
defualt theme can be completed.

once the that is done, it can then be used to complete the rendering
engine to export HTML files
2024-03-14 16:58:11 -06:00
..
AuthService.php filled out auth service class 2024-03-06 09:50:09 -06:00
ContentService.php added content collector and pagination 2024-03-03 17:49:05 -06:00
DocService.php cleaned up new page creation 2024-03-12 16:16:36 -06:00
FileUploadService.php file upload extensions hot fix 2024-03-11 16:42:46 -06:00
PaginateService.php added content collector and pagination 2024-03-03 17:49:05 -06:00
RenderService.php page rendering, part 1 2024-03-14 16:58:11 -06:00
SettingsService.php added sorting and render service classes 2024-03-14 12:39:43 -06:00
SortingService.php page rendering, part 1 2024-03-14 16:58:11 -06:00
StringService.php added sorting and render service classes 2024-03-14 12:39:43 -06:00
ThemeService.php page rendering, part 1 2024-03-14 16:58:11 -06:00