[uS] Sira
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
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