Lara Zeus
Lara Zeus
FFilament
Created by Alnuaimi on 7/1/2024 in #❓┊help
How to create matrix Like that
close enough to get idea #lara-zeus-matrix-choice
4 replies
FFilament
Created by HiJoe on 6/21/2024 in #❓┊help
Spatie Translatable package for Filament
for the second one, I think you can do something with formatStateUsing
4 replies
FFilament
Created by ericmp on 6/5/2024 in #❓┊help
How to collapse sidebar in filament php by default
there is an issue with email verifications but didnt got the time to fix it 🙂 so I updated manually for now
16 replies
FFilament
Created by ericmp on 6/5/2024 in #❓┊help
How to collapse sidebar in filament php by default
can you try now 🙂
16 replies
FFilament
Created by ericmp on 6/5/2024 in #❓┊help
How to collapse sidebar in filament php by default
😅 ya thats true 🙂 I am bragging about the short domain everywhere lol
16 replies
FFilament
Created by ericmp on 6/5/2024 in #❓┊help
How to collapse sidebar in filament php by default
nice trick to share on filament.tips 🙂
16 replies
FFilament
Created by Lara Zeus on 6/10/2024 in #❓┊help
how to expand section when there is some validation error in the child component
so basically this how I solve it
:x-on:form-validation-error.window="
$nextTick(() => {
let error = $el.querySelector('[data-validation-error]');

if (! error) {
return
}

setActiveAccordion($id('accordion'));
})
"
:x-on:form-validation-error.window="
$nextTick(() => {
let error = $el.querySelector('[data-validation-error]');

if (! error) {
return
}

setActiveAccordion($id('accordion'));
})
"
5 replies
FFilament
Created by Lara Zeus on 6/10/2024 in #❓┊help
how to expand section when there is some validation error in the child component
with the accordion its not expanding
5 replies
FFilament
Created by Sawal on 4/5/2024 in #❓┊help
current url, /livewire/update
14 replies
FFilament
Created by PabloZagni on 5/28/2024 in #❓┊help
Check for user profile complete
try add this to your MyEditProfile page:
protected static string | array $withoutRouteMiddleware = [
VerifyProfileComplete::class
];
protected static string | array $withoutRouteMiddleware = [
VerifyProfileComplete::class
];
6 replies
FFilament
Created by Albert Lens on 5/28/2024 in #❓┊help
->RenderHook() problem in AdminPanelProvider.php | Class "Filament\View\PanelsRenderHook" not found
you didnt import the class:
use Filament\View\PanelsRenderHook;
use Filament\View\PanelsRenderHook;
10 replies
FFilament
Created by shopeebot on 5/28/2024 in #❓┊help
Has anyone implement QR Code Scanner in a field for filament?
try #lara-zeus-qr
6 replies
FFilament
Created by Lars van Herwijnen on 5/27/2024 in #❓┊help
Notification not working
I didnt see @livewire('notifications') 🙂
18 replies
FFilament
Created by Soundmit on 5/28/2024 in #❓┊help
Best Practices for Websites with FilamentPHP
its actually the same base code with small improvements
12 replies
FFilament
Created by Soundmit on 5/28/2024 in #❓┊help
Best Practices for Websites with FilamentPHP
using something similar to what Tally mentioned #navigation
12 replies
FFilament
Created by Soundmit on 5/28/2024 in #❓┊help
Best Practices for Websites with FilamentPHP
its a filament plugin 🙂
12 replies
FFilament
Created by Soundmit on 5/28/2024 in #❓┊help
Best Practices for Websites with FilamentPHP
on top of filament
12 replies
FFilament
Created by Soundmit on 5/28/2024 in #❓┊help
Best Practices for Websites with FilamentPHP
just use TALL for the frontend you can use laravel with blade or with livewire to create the controllers (posts,pages etc) you can check #lara-zeus-sky and get some ideas
12 replies
FFilament
Created by Vp on 5/28/2024 in #❓┊help
export notification message doesn't change base on locale
then I suggest report it as a bug, maybe the team will do better than us 😅
38 replies