© 2026 Hedgehog Software, LLC
public static function form(Form $form): Form { return $form ->schema([ Forms\Components\TextInput::make('busnumber') ->required() ->maxLength(8), Forms\Components\Select::make('driver_id') ->relationship('driver', 'name') ->required(), Forms\Components\TextInput::make('model') ->required() ->maxLength(65535) ->columnSpanFull(), Forms\Components\TextInput::make('maxpax') ->required() ->numeric() ->maxLength(65535) ->columnSpanFull(), ]); }
busnumber
protected $keyType = 'string';
Join the Discord to ask follow-up questions and connect with the community
A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire
20,181 Members