Ümit Tunç
|
8244bcc74c
|
Refactor ImportHtmlTemplates Command: Enhanced the command to process HTML templates by introducing a more structured approach for extracting header, footer, and section templates. Implemented dynamic placeholder replacements and improved asset path handling. Added support for light and dark logo settings in the database seeder, ensuring better logo management for different themes.
|
2025-12-27 07:57:48 +03:00 |
|
Ümit Tunç
|
bacd5d7309
|
Add ImportHtmlTemplates Command: Created a new console command to import HTML templates from the public/html directory into the database. The command extracts header, footer, and section templates, processes HTML content, and supports placeholder replacements for dynamic data integration.
|
2025-12-26 19:12:32 +03:00 |
|
Ümit Tunç
|
6db36912d4
|
Add policies for template management: Introduced new policy classes for managing permissions related to FooterTemplate, HeaderTemplate, MenuTemplate, SectionTemplate, and Setting. Updated LanguagePolicy and UserPolicy to utilize AuthUser for authorization checks, enhancing the security and maintainability of the application.
|
2025-11-05 03:02:35 -03:00 |
|
Ümit Tunç
|
91ddc64009
|
Add MakeSuperAdmin command: Implemented a console command to promote a user to super admin based on their email address. The command includes validation for email format and checks for existing users and roles, enhancing user management capabilities.
|
2025-11-04 16:37:01 -03:00 |
|