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
7def9fd4260391f6904c4b57afee45ca1c4c937e
citrus
/
app
/
Models
T
History
Ü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
..
Customer.php
Add Customer resource to Filament admin panel: Implemented Customer model, resource, and associated pages (create, edit, list). Defined customer form schema and table configuration. Added migration for customers table.
2025-09-27 13:24:45 -03:00
Page.php
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
User.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