This website requires JavaScript.
Explore
Help
Register
Sign In
truncgit
/
citrus
Watch
1
Star
0
Fork
0
You've already forked citrus
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b289cfd829e4ca9722ca37ad95e827c34c8bbb50
citrus
/
app
/
Http
/
Controllers
T
History
Muhammet Güler
177ebff119
feat: Add Logos page, refactor Testimonials to RelationManager, and improve designs
2026-02-08 04:54:32 +03:00
..
Api
feat: Add Logos page, refactor Testimonials to RelationManager, and improve designs
2026-02-08 04:54:32 +03:00
BlogController.php
Implement Dynamic Header and Footer Templates in Blog Controller: Enhanced the BlogController to prioritize page-specific header and footer templates based on the 'blog' page settings. If no specific templates are set, it falls back to the default active templates. Updated the blog index view to include a header template variable for better customization. Additionally, added redirects for legacy index URLs to improve user navigation.
2026-01-06 22:03:05 +03:00
Controller.php
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
PageController.php
feat: Add Logos page, refactor Testimonials to RelationManager, and improve designs
2026-02-08 04:54:32 +03:00
ProductController.php
Add Landing Page Section and Update Product Schema: Introduced a new LandingPageSection class to manage the layout and fields for the product landing page. Updated the ProductForm to include this new section, enhancing the product management interface. Added migration for landing_page_data in the products table and implemented localization for new fields in English and Turkish language files. Created a new landing Blade view to render the landing page dynamically, improving user experience and modularity.
2026-01-02 20:58:18 +03:00
TemplatePreviewController.php
Enhance User Guide and Template Services: Added max content width configuration to UserGuide page for improved layout. Updated TemplateService to always replace placeholders, ensuring custom components are handled correctly even with empty default data. Enhanced error handling for custom component rendering, providing user-friendly error messages in the preview. Introduced a new guide for website setup, detailing installation steps and features.
2025-11-03 17:14:53 -03:00