Laravel – (PHP Filament) How to disable the default dashboard?
First question I am currently learning PHP-Fiament and I can not figure out how to disable the default-dashboard. My other question is: Why isnt the Stack below centered? public static function table(Table $table): Table { return $table ->columns([ Split::make([ TextColumn::make('lastname')…