Ahmad
Ahmad
FFilament
Created by Ahmad on 12/12/2023 in #❓┊help
relation ship undefined method
No description
2 replies
FFilament
Created by Ahmad on 12/11/2023 in #❓┊help
RepeatableEntry does not show any data inside the array
No description
4 replies
FFilament
Created by Ahmad on 12/7/2023 in #❓┊help
trying to use both form and info but when i import them i get double
No description
9 replies
FFilament
Created by Ahmad on 12/6/2023 in #❓┊help
infoList basic Grid 3 columns only see the 3 column
No description
3 replies
FFilament
Created by Ahmad on 12/1/2023 in #❓┊help
making an edit action in view
how can i make ->headeractions that there is a a button that u can change in view
public static function form(Form $form): Form
{
return $form
->schema([
Section::make()
->icon('heroicon-m-building-storefront')
->description('this is a test')
->collapsible()
->columns(2)
->headerActions([
Action::make('edit')
->action(function () {
// ...
}),
])
->schema([
TextInput::make('debiteurnaam')
->required()
->maxLength(50),
TextInput::make("Bedrijf_user")
->required(),
TextInput::make("Kvk"),
TextInput::make("Btw"),
TextInput::make("Db"),
])
]);
}
public static function form(Form $form): Form
{
return $form
->schema([
Section::make()
->icon('heroicon-m-building-storefront')
->description('this is a test')
->collapsible()
->columns(2)
->headerActions([
Action::make('edit')
->action(function () {
// ...
}),
])
->schema([
TextInput::make('debiteurnaam')
->required()
->maxLength(50),
TextInput::make("Bedrijf_user")
->required(),
TextInput::make("Kvk"),
TextInput::make("Btw"),
TextInput::make("Db"),
])
]);
}
2 replies
FFilament
Created by Ahmad on 11/29/2023 in #❓┊help
SQLSTATE[HY000]: General error: 1364 Field 'debiteurnaam' doesn't have a default value
6 replies