Rahaf
how Excel Export table with there relation manager ?
I use this plugin
https://filamentphp.com/plugins/pxlrbt-excel#export-types
I have a teacher's table
and every teacher has many kids
I want when select one teacher and click on Export all the kids and other relation managers export one time in one Excel sheet
3 replies
Can I Excel Export of table with multi model?
I used this plugin
https://filamentphp.com/plugins/pxlrbt-excel
I want for Ex. when I select two rows of teacher table
t.A and t.B
export extra data from another model or form relation resource.
2 replies
Target [Illuminate\Database\Eloquent\Model] is not instantiable.
This is my reference I built them in v2 and work correctly.
https://laraveldaily.com/post/filament-nested-resources-courses-lessons
In the new upgrade list, delete and Breadcrumbs work correctly but in create action, I got this error " Target [Illuminate\Database\Eloquent\Model] "
2 replies
Target [Illuminate\Database\Eloquent\Model] is not instantiable.
Hi ,
I upgrade v2 to v3
then I got this error
I built my code the same as this link filament-nested
https://laraveldaily.com/post/filament-nested-resources-courses-lessons
2 replies
Property [$record] not found on component: [app.filament.resources.level-game-resource.relation-mana
acutely, I am in relation manager resources and I want to get questions based on level, how can I get the id of level from the path if I am in relation manager resource. this is my URL /levels/level-games/1/edit?activeRelationManager=0
->options(fn ($livewire) => Question::getGameQuestions($livewire->record))
4 replies
tagColumn
hi, I am in level recourse the level has a relation with the level game, and the level game has a relation with the game type how I can get the game type with his elements? In TagsColumn::make('level->levelgame->gametype->type ')?TagsColumn::make('levelGame.game_type_id')
how i can get relations .relation.element
i am at level
levelGame table
gemeTyple table
one levelGame belong to gemeTyple
how i can get title from game type like this TagsColumn::make('level->levelGame->gameType.type')
2 replies