marco76tv
front end page or controller ?
Do you use filament pages for the frontend or do you use a controller?
'''
use Modules\Cms\Filament\Front\Pages\Welcome;
use Illuminate\Support\Facades\Route;
Route::get('/{lang?}/{container0?}', '' . Welcome::class)->name('test');
'''
3 replies
nested resource
can you help me converting
https://github.com/Sevendays-Digital/filament-nested-resources
into filament 3 Please ?
27 replies
listrecord custom html
please can you explain me better https://filamentphp.com/docs/2.x/tables/layout#arranging-records-into-a-grid with a working example ..
3 replies
wizard step create record on first step
on a wizard on create i would like to create record on first step
i see i can call ->afterValidation(function(?Model $record,$state){
so i can create record .. but i don't know to set it for calling it in the second record
4 replies
multiple upload with a text
i would like to add an input text foreach upload , like https://spatie.be/docs/laravel-medialibrary/v10/handling-uploads-with-media-library-pro/handling-uploads-with-livewire#content-using-custom-properties
7 replies