Commit Graph

14 Commits

Author SHA1 Message Date
Ümit Tunç 21ebbfc749 Update Dependencies and Add BlogCategoryPolicy: Upgraded the version of the 'anourvalar/eloquent-serialize' package to 1.3.5 and added a new BlogCategoryPolicy class to manage authorization for blog category actions. This enhances the application's security and maintainability by implementing specific access controls. 2025-12-30 20:53:31 +03:00
Ümit Tunç 27e1846aec Add setting helpers: Introduced a new helper function for retrieving settings values, enhancing the configuration management. Updated composer.json to autoload the new helper file. Updated the app.css and app.js files to the latest versions of Tailwind CSS and Chart.js, respectively, ensuring compatibility and performance improvements. 2025-11-05 16:52:47 -03:00
Ümit Tunç ad20ba575a Add Menu Tree functionality and integrate Filament Tree plugin: Introduced a new MenuTree page for managing page structures, added PagesMenuWidget for displaying a tree layout of pages, and updated localization files for menu-related actions. Enhanced Page model with tree management capabilities and included necessary CSS and JS files for the Filament Tree plugin. 2025-11-01 16:13:59 -03:00
Ümit Tunç 1cd55f4a1d Add new HTML templates and CSS styles: Introduced multiple HTML pages including demo templates, a README file, and a comprehensive Tailwind CSS stylesheet. Enhanced the overall design and structure of the web application. 2025-10-30 14:39:47 -03:00
Ümit Tunç e3ed4438e0 Add new HTML pages and CSS styles: Introduced multiple HTML templates including 404, about, blog, and career pages, along with a new Tailwind CSS stylesheet for styling. Enhanced the overall structure and design of the web application. 2025-10-30 14:39:14 -03:00
Ümit Tunç 139afa8105 add html pages 2025-10-30 14:39:12 -03:00
Ümit Tunç f8e63a7720 add assets 2025-10-30 14:39:00 -03:00
Ümit Tunç 736f9c536d Add initial website setup: Created essential files including package-lock.json, setup documentation, and foundational Blade templates. Implemented PageController for homepage and page display, integrated navigation and footer components, and established dark mode functionality. Enhanced CSS for custom scrollbar and smooth scrolling. Added SVG logos for branding. Updated routes for page handling. 2025-10-01 02:21:31 -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ç 394fae1e79 Update CSS for Citrus branding: Adjust logo height in topbar for improved visibility on smaller screens. 2025-09-27 13:18:49 -03:00
Ümit Tunç 5ae571f10b Enhance Filament admin panel with new branding and CSS assets. Added brand logos for light and dark modes, integrated custom CSS for login page styling, and removed the obsolete TruncgilPanelProvider. Updated asset loading in the admin panel configuration. 2025-09-27 13:14:49 -03:00
Ümit Tunç 91598f0847 Add new logo assets in PNG and SVG formats for Citrus and Yatay 2025-09-27 12:54:49 -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