__Dementor
Tailwindcss theme problem
Good day, I have a component in Livewire that generates a calendar. The component uses tailwindcss. I would like to use this component in filament-page, but when I use it there, the calendar has no style. Adding css classes to the resources/css/app.css file and compiling this with npm run build does not help. The css code is not visible in the page preview.
7 replies
Mailtrap provider issue
Good day, I have added a library to send emails after mailtrap api, while it does not work to send emails for example to reset the password. A message pops up that the email was sent, but it does not reach the mailbox. Sending mails through the mail:to()->send() facade works fine.
5 replies
Larger screen adjustment
Good day, I need to make an adjustment on the site for larger screen resolutions. Currently customers complain that on screens like 2560x1440p the elements are too small making it poor to see things. How can I do this?
8 replies
RepeatableEntry relationship
Hello, I have a infolist code
I would like to make it download a file when clicked but I can't get to the file. I can get Job model in function but in Job model I have a attachments relation where I have all attachment files.
How can I get to just this one file and not all of them?
5 replies