sneevilz
sneevilz
FFilament
Created by sneevilz on 9/13/2024 in #❓┊help
Filament DatePicker Widget
Im already create a datepicker widget on the dashboard page, then i want to create datepicker widget more on my different page. How i can do that? im already create it but its didnt showing.
5 replies
FFilament
Created by sneevilz on 9/12/2024 in #❓┊help
Image not showing on table column
Hi, i just trying to create a product crud with image upload inside. The image was uploaded in /storage/public/product, but not showing in my table
Forms\Components\FileUpload::make('foto')
->image()
->directory('product')
->required(),
Forms\Components\FileUpload::make('foto')
->image()
->directory('product')
->required(),
Tables\Columns\ImageColumn::make('foto'),
Tables\Columns\ImageColumn::make('foto'),
$table->string('foto')->nullable();
$table->string('foto')->nullable();
41 replies
FFilament
Created by sneevilz on 9/11/2024 in #❓┊help
Navigation Group
How to make navigation group inside a navigation group?
10 replies
FFilament
Created by sneevilz on 9/5/2024 in #❓┊help
How to add or custom the function for "New Models" button
i have resources, the name is keranjang. and in the list page, that have "new keranjang" button. i want to customize the button function so the button function is not for creating.
6 replies