Andrew
Explore posts from serversauto selecting company_id
I'm just taking a stab at this. Does your model define the relationship between company contacts and the company?
On your CompanyContacts Model:
public function company(): BelongsTo
{
return $this->belongsTo(Company::class);
}
then I think you should be able to do:
Forms\Components\Select::make('company.name') and it will use the relationship ?
10 replies
How to add date column?
https://filamentphp.com/docs/3.x/tables/columns/text#date-formatting Have you seen this?
4 replies
CDCloudflare Developers
•Created by Andrew on 12/22/2023 in #pages-help
Custom Domain for Pages Site
15 replies
CDCloudflare Developers
•Created by Andrew on 12/22/2023 in #pages-help
Custom Domain for Pages Site
Or maybe I need to have nameserver with cloudflare and have the cname point back to an ip address with digital ocean ?
15 replies
CDCloudflare Developers
•Created by Andrew on 12/22/2023 in #pages-help
Custom Domain for Pages Site
I'm curious if this is possible: I use NameServers with DigitalOcean so I can host my headless CMS at say admin.mydomain.com and then I have mydomain.com point to the Cloudflare Page .. I am confused about CNAME and A records and nameservers. I can get a redirect to work but I want the browser still show mydomain.com and not the myname.pages.dev url
15 replies
CDCloudflare Developers
•Created by Andrew on 12/22/2023 in #pages-help
Custom Domain for Pages Site
Okay. I think I'm forced to be patient 🙂
15 replies
CDCloudflare Developers
•Created by Andrew on 12/22/2023 in #pages-help
Custom Domain for Pages Site
Man, how do I force my browser to drop cache? that's great that it works 🙂
15 replies
CDCloudflare Developers
•Created by Andrew on 12/22/2023 in #pages-help
Custom Domain for Pages Site
that's what I was hoping for!
15 replies
CDCloudflare Developers
•Created by Andrew on 12/22/2023 in #pages-help
Custom Domain for Pages Site
Also "Hello" 🙂 Sorry for not introducing myself!
15 replies