Lara Zeus
Lara Zeus
FFilament
Created by tuseto on 10/30/2024 in #❓┊help
Filament repeater translations messed up structure on save
I'll give it more test this weekend and see if its possible to fix it 🙂 it seems it adds the UUID keys on the first lang only can you check if its happens on create only or on edit also?! since these are diff classes.
10 replies
FFilament
Created by gigiloouu on 10/30/2024 in #❓┊help
auto fill when i select
🎉
12 replies
FFilament
Created by gigiloouu on 10/30/2024 in #❓┊help
auto fill when i select
ok, you didnt mentioned it in the original message 🙂 did you add ->live()?
12 replies
FFilament
Created by tuseto on 10/30/2024 in #❓┊help
Filament repeater translations messed up structure on save
but still filament can handle them
10 replies
FFilament
Created by tuseto on 10/30/2024 in #❓┊help
Filament repeater translations messed up structure on save
{"en":{"1898ef07-2bfc-463a-9775-6b6892966232":{"name":"sdf"},"702f07f8-762c-41b2-b7d1-72c49b521252":{"name":"sdf"}},"es":[{"name":"sdf"}]}
{"en":{"1898ef07-2bfc-463a-9775-6b6892966232":{"name":"sdf"},"702f07f8-762c-41b2-b7d1-72c49b521252":{"name":"sdf"}},"es":[{"name":"sdf"}]}
10 replies
FFilament
Created by tuseto on 10/30/2024 in #❓┊help
Filament repeater translations messed up structure on save
10 replies
FFilament
Created by Topairy on 10/30/2024 in #❓┊help
419 errors after authenticating users.
sometimes its related to the SESSION_DRIVER, try switch to database or redis are you using subdomains? check the SESSION_DOMAIN too
5 replies
FFilament
Created by gigiloouu on 10/30/2024 in #❓┊help
auto fill when i select
you'll need afterStateUpdated to set the other fields with the values you want from the company similler to https://filamentphp.com/docs/3.x/forms/advanced#generating-a-slug-from-a-title
12 replies
FFilament
Created by thyk123 on 10/27/2024 in #❓┊help
Make custom form like GForm
2 replies
FFilament
Created by Jamie Cee on 10/9/2024 in #❓┊help
deleteAny policy - prevent self deletion
instead of doing it from the policy maybe prevent it from the action https://filamentphp.com/docs/3.x/tables/actions#disabling-bulk-actions-for-some-rows
6 replies
FFilament
Created by nowak on 10/14/2024 in #❓┊help
I get Class "App\Filament\Pages\Dashboard" not found after removing Dashboard on Production
i recommend you read more about these commands and what they do
25 replies
FFilament
Created by nowak on 10/14/2024 in #❓┊help
I get Class "App\Filament\Pages\Dashboard" not found after removing Dashboard on Production
yes
25 replies
FFilament
Created by nowak on 10/14/2024 in #❓┊help
I get Class "App\Filament\Pages\Dashboard" not found after removing Dashboard on Production
i didn't say its necessary or not everyone has different use case use what you need and what works for you
25 replies
FFilament
Created by nowak on 10/14/2024 in #❓┊help
I get Class "App\Filament\Pages\Dashboard" not found after removing Dashboard on Production
artisan optimize:clear
artisan config:cache
artisan route:cache
artisan icons:cache
artisan view:cache
artisan optimize:clear
artisan config:cache
artisan route:cache
artisan icons:cache
artisan view:cache
25 replies
FFilament
Created by ritos123 on 10/24/2024 in #❓┊help
Add a trait to every filament page
you can customize the stubs files and add the needed trait https://filamentphp.com/docs/3.x/support/stubs but wont be helpful for the existing classes.
4 replies
FFilament
Created by st4rcruz3r on 9/16/2024 in #❓┊help
Tags & Translatable Plugin
using my fork? if yes can you open an issue in github and will look into it.
15 replies
FFilament
Created by gigiloouu on 10/23/2024 in #❓┊help
add multiple select
there is #awcodes-table-repeater the diff is its looks like a table instead of a grid
15 replies
FFilament
Created by gigiloouu on 10/23/2024 in #❓┊help
add multiple select
15 replies
FFilament
Created by Esi on 10/17/2024 in #❓┊help
filament-fabricator with spatie-laravel-translatable-plugin
try the fork: https://github.com/lara-zeus/translatable not sure if al lthe issues has been fixed but its working, we also have a demo with fabricator https://github.com/lara-zeus/translatable-demo
3 replies
FFilament
Created by Arjan on 10/19/2024 in #❓┊help
successNotificationTitle for table action is not showing
you need to call success like
->action(function (Tables\Actions\Action $action) {
// your action...

$action->success();
})
->action(function (Tables\Actions\Action $action) {
// your action...

$action->success();
})
5 replies