jgreco
Fileupload on registration page - 419 error
UPDATE:
session()->regenerate();
is what causes this to happen. Overrode the register() method and removed this line. It's a bit glitchy but it works without the 419 error.
I assume the session becomes invalid before the fileupload can finish saving. Is there any negative implication to not regenerating the session during registration?6 replies
Custom error pages
Unfortunately, I don't see a quick way (like in v2), just yet.
You can copy vendor/filament/filament/resources/views/components/layout/base.blade.php into your own layout file, remove all references to $livewire, then you will be able to use Filament UI components to build out the page
21 replies
Wizard step overflow-y-hidden not hiding child elements from other steps
I've, so far, tried skippable and the validation hooks (trying to break it) but seems to be working still.
Found this: https://github.com/filamentphp/filament/pull/1997/files, maybe FilePond?
14 replies