Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

asifrumani's avatar

asifrumani wrote a comment+100 XP

2mos ago

Customizing Filament For User-Facing Apps : Ep 14, Customize the Login Page with Render Hooks

Hi Shruti,

Thank you for the amazing dose of knowledge on Filament. As a beginner and an enthusiast, I really appreciate it. The information in the course was amazing and very helpful to learn about the extensive flexibility that Filament has to offer.

I wanted to know if you have the source code of the course in a Github repository. That would be very helpful to me and I am sure to many others who would like to take the knowledge that you imparted and build more customizations and in the process learn more about Filament.

Please let me know if there is a way I can download source code from the course.

Thanks in advance.

asifrumani's avatar

asifrumani started a new conversation+100 XP

5mos ago

Pre-populate parent ID in select in RelationManager when creating record

I am not very well versed with Filament, just the basic stuff. I am using Filament v4. I have models Customer and Deal. Customer model has HasMany relationship with Deals and Deal model has BelongsTo relationship with Customer. I have DealRelationManager in CustomerResource which lists all Deals for a customer when in View or Edit mode. I am trying to work out a way to automatically populate the 'customer_id' Select with appropriate customer_id when creating a new Deal record through the DealRelationManager.

Any suggestions are appreciated. Thank you in advance.