[uS] Sira
[uS] Sira
FFilament
Created by [uS] Sira on 2/2/2024 in #❓┊help
Is it possible to preserve the original filename of a file uploaded via a RichEditor file attachment
Hi, I'm working on a panel that has a RichEditor that will be used to write articles containing downloadable PDFs, so I need to keep the original file names when uploading files via its file attachment utility. The default behavior is to rename the uploaded files with a random string. Thank you!
8 replies
FFilament
Created by [uS] Sira on 6/23/2023 in #❓┊help
Wrapping login page with <x-layout>
What is the correct/best way to wrap the default login page with my <x-layout>? <x-layout> wraps all my pages with <HTML> <HEAD> <BODY> and <MAIN> and has <x-navbar /> and a <x-footer /> components, which I need to add to the login page. I tried publishing the views and then just wrapping the <form> component inside login.blade.php with <x-layout> but obviously it didn't work. Thank you for any help!
5 replies