#dashboard not registering in links

8 messages · Page 1 of 1 (latest)

lyric pine
#

as-per the guide it shows creating a new file in Filament\Pages\Dashboard.php and inserting:


namespace App\Filament\Pages;

use Filament\Pages\Dashboard\Concerns\HasFiltersForm;

class Dashboard extends \Filament\Pages\Dashboard
{
    //
    use HasFiltersForm;
}

second it shows removing it from your Layout Provider which i've done both but i cant see to get to this blank dashboard.

fringe pendantBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

lyric pine
#

im expecting 'DashBoard' to appear in the links but it's not there?

tough lava
#

Dashboard is a page after all

lyric pine
#

i could probably do that but it just doesnt mention it

#

also looking at a few youtube videos again no one shows doing this .. weird

#

OK i figured it out .. looks liie mutliple providers causes slight confusion