Commit Graph

7 Commits

Author SHA1 Message Date
Ümit Tunç c042cb5114 Add dynamic template system: Implemented header, footer, and section templates with corresponding models, migrations, and Filament resources. Enhanced Page model to support dynamic templates and updated localization files for new terms. Added TemplateService for managing template data and rendering. Comprehensive documentation included for usage and best practices. 2025-10-31 14:53:34 -03:00
Ümit Tunç eac0a3eda3 Add user management functionality: Implemented UserActions for editing and changing passwords, created UserPolicy for authorization checks, and integrated AuthServiceProvider for policy registration. Updated Filament configuration to utilize new user actions and adjusted localization for user-related actions. Enhanced .gitignore and CSS files for better organization. 2025-09-30 00:50:43 -03:00
Ümit Tunç 13dfa1ebda Refactor Filament configuration and localization: Updated AdminPanelProvider to streamline plugin integration, added user resource configuration in filament-shield, and adjusted navigation sorting for Filament Users. Modified localization keys for user group settings to improve clarity. Cleaned up CSS for logo display on login page. 2025-09-29 13:08:16 -03:00
Ümit Tunç 481c535f8e Add user management features to Citrus Platform: Integrated Filament Shield and Filament Users for role and permission management. Updated User model to include role functionality, added policies for Blog, Customer, Page, and Role management, and created necessary localization files for user management in multiple languages. Enhanced composer dependencies for improved functionality. 2025-09-29 10:41:23 -03:00
Ümit Tunç a2087e7178 Update configuration and resource files: Added new lines to .gitignore, vite.config.js, cache.php, app.css, app.js, and bootstrap.js for improved organization and clarity. 2025-09-29 08:42:14 -03:00
Ümit Tunç ee68472eab Refactor featured image handling in Page model and update PagesTable: Renamed 'featured_image' to 'featured_image_url' in PagesTable for clarity. Added a new accessor method in the Page model to generate the URL for the featured image. 2025-09-27 14:19:48 -03:00
Ümit Tunç ac4038db82 Initialize Laravel project with essential configuration files and structure. Added .editorconfig, .env.example, .gitattributes, .gitignore, .htaccess, and various Laravel framework files including routes, controllers, models, and views. Set up basic testing structure with example tests. Included necessary assets for frontend development with Tailwind CSS and Vite integration. 2025-09-27 12:49:10 -03:00