turboMagneTT
turboMagneTT
FFilament
Created by turboMagneTT on 10/14/2023 in #❓┊help
New button won't show at the top right of the list of my ressources
I upgraded from filament v2 to v3. My getPages() function contain a create index in the array : 'create' => Pages\CreateGuide::route('/add'), My CreateGuide class seems in order too : class CreateGuide extends CreateRecord { protected static string $resource = GuideResource::class; }
5 replies