Absolium
Explore posts from serversShow relationship in textbox
Hi, so I'm using laravel as my backend.
In my front end people can fill out a contactform and either include a car or just a general contactform.
In the database the id of the car gets saved.
But I would like to be able to show the brand name + model of the car in the form and make it clickable so it goes to the car the form was filled in about.
In my cars table the brand is an id which has a relationship to a brand table
How would I best go about this?
15 replies
brand logo not showing
Hello, I am trying to customize the branding of my filamentphp as according to the docs.
My logo is in public/images/logo.png
This is the image tag i'm using:
<img src="{{ asset('/images/logo.png') }}" class="h-10">
I added the symbolic link via this command:
php artisan storage:link
But my logo is not showing on my page as the image can't be found
96 replies