Relationship Manager (1-1 & 1-M) | Filament 3 Tutorial for Beginners EP7

  Рет қаралды 22,238

Yelo Code

Yelo Code

Күн бұрын

Пікірлер
@darreneckersley2240
@darreneckersley2240 3 ай бұрын
You just opened a new way of me doing things, so much easier now.
@einnlleinhatt_
@einnlleinhatt_ Жыл бұрын
After watching it 2 times im finally understand. Thank you for this knowledge
@yelocode
@yelocode Жыл бұрын
Glad to hear that
@darreneckersley2240
@darreneckersley2240 3 ай бұрын
Thanks
@yelocode
@yelocode 3 ай бұрын
Thank you for the super thanks🙏
@WalidTouati91
@WalidTouati91 5 ай бұрын
thank you sir, your doing a very good and useful tutorials❤
@abirbd369
@abirbd369 Жыл бұрын
this series is a gem . waiting for the next lecture . would u pls give us a lecture about filament multi panel concept?
@yelocode
@yelocode Жыл бұрын
Thanks for watching. Will for sure cover multiple panels in the up coming episodes
@houmamelazar6337
@houmamelazar6337 Жыл бұрын
very good course. Whut about nested relationship like for an example a user which have a post which has a category. How to access the category from the user and same in the reverse way
@mogr488
@mogr488 Жыл бұрын
Amazing, thank you.
@yelocode
@yelocode Жыл бұрын
Thanks for watching
@__Cypher
@__Cypher Жыл бұрын
another awesome content. i think we can keep the category inside the edit if admin wants to change the category
@yelocode
@yelocode Жыл бұрын
Thanks for watching.
@amouchaldev
@amouchaldev Жыл бұрын
We would appreciate more videos in this tutorial
@yelocode
@yelocode Жыл бұрын
Thank you, will try to make, more videos like this.
@alanrodrigoortegabalboa9350
@alanrodrigoortegabalboa9350 Жыл бұрын
Many thanks, I just needed this, please continue with filament videos. Could you do some of multitenancy?
@yelocode
@yelocode Жыл бұрын
Thanks for watching. Will be uploading more videos soon. Will for sure cover multitenancy in the course.
@alanrodrigoortegabalboa9350
@alanrodrigoortegabalboa9350 Жыл бұрын
I will wait for these, thanks.
@joaopoliceno8844
@joaopoliceno8844 10 ай бұрын
Very good.
@yelocode
@yelocode 10 ай бұрын
Thank you
@АртурЗарипов-б2й
@АртурЗарипов-б2й Жыл бұрын
Thank you very much!
@gabrielguimaraes7925
@gabrielguimaraes7925 4 ай бұрын
Salvou meu querido, obrigado
@engenglish610
@engenglish610 Жыл бұрын
Is it possible to have a form that contains different fields in function of what a user select? I mean a dynamic form.
@wmafendi
@wmafendi Жыл бұрын
very nice
@yelocode
@yelocode Жыл бұрын
Thanks
@emmanuelodobo4469
@emmanuelodobo4469 2 ай бұрын
Hi, can you use for deletes in the relationship manager
@ahmadrezaishan9191
@ahmadrezaishan9191 9 ай бұрын
how can concat 2 column of relation to show it in table or select input? like this example that about city and state. these columns are in one table named 'geoPos'. the relation method is geoPos(). return $table ->columns([ Tables\Columns\TextColumn::make('geoPos.state' . ' - ' . 'geoPos.city') ->label('location'), in this code, nothing show in 'location' column of the table.
@ahmadrezaishan9191
@ahmadrezaishan9191 9 ай бұрын
I've found the answer and am eager to share it, hoping it proves useful. TextColumn::make('city_id') ->formatStateUsing(function (Model $record) { return $record->geoPos->title . ' - ' . $record->geoPos->parent->title; })->label('location'),
@claudiomenares4172
@claudiomenares4172 3 ай бұрын
Thank you very much. I have a question How can i localice FilamentPHP? to set it to Spanish language for example. Sorry for my bad english, i'm latino. Saludos.
@marciozotelli
@marciozotelli Жыл бұрын
Nice vídeo
@yelocode
@yelocode Жыл бұрын
Thanks
@AmirAmirian-cx5rv
@AmirAmirian-cx5rv 11 ай бұрын
thanks for good teaching. i have a problem in filament, Relationship in Form not saving on create action but work on edit form. can you help?
@ousssika5359
@ousssika5359 Жыл бұрын
Thanks for the videos, How to change langage on filament to french ?
@yelocode
@yelocode Жыл бұрын
There is a filament plugin that makes this super easy : github.com/bezhanSalleh/filament-language-switch I have tested it before and it does have French as well.
@MrHamidkurd
@MrHamidkurd Жыл бұрын
Great
@yelocode
@yelocode Жыл бұрын
Thanks For waching Hamid.
@prakashpokhrel9912
@prakashpokhrel9912 11 ай бұрын
after adding relation manager table, for create after we press the create button then how can we set the value for some of columns
@engenglish610
@engenglish610 Жыл бұрын
It's so difficult to choose what can I use!!! Only livewire or filament!!!!
@1337kaas
@1337kaas Жыл бұрын
Why not both? Get the best of both worlds
@yelocode
@yelocode 11 ай бұрын
You can use both at the same time. Filament uses livewire as well. You can for example use filament for your admin panel and Livewire for any custom interactive components for your the user facing pages
@leeiberry
@leeiberry Жыл бұрын
in the table function , how would you display description/name for a foreign key field .. ie say this table in the video had a column for statusID and status was a table with 10 rows ... and the primary key/ID was statusID , how would i display in the table StatusDesc from the status table ? ie StatusID = 3 , Status Desc = " cool ", Note I have an example working for a form but it does to transfer to the table definition !
@leeiberry
@leeiberry Жыл бұрын
PS great video series :)
@HamadAbdulla_7
@HamadAbdulla_7 Жыл бұрын
thanks boss Can You Make filamentphp page video
@yelocode
@yelocode Жыл бұрын
Thanks for watching. Do you mean custom pages? Yes I will cover that too
@dudovichenko
@dudovichenko 4 ай бұрын
Hi, I like Filament, but... does anyone know a way to make translatable repiters and/or image galleries with translatable custom fields (like alt, title, description, etc)? All Laravel admin panel software (tried Filament, Twill, Backpack) can't handle this task without bugs, and these tasks is so important for my regular projects 😢
@hasithudayanga6160
@hasithudayanga6160 Жыл бұрын
How can we change specific field on a form. For example i have a input and next to that input i have a button. When i change the input and click the button i want to update that exact value on the DB. also i want to mount that value back to that field without reloading the page. How can i do that?
@yelocode
@yelocode Жыл бұрын
You can use actions for a use case like this, they allow you show a modal with any custom form you like and perform an update operation on your model. I will be covering them in the upcoming videos . filamentphp.com/docs/3.x/forms/actions#adding-a-hint-action-to-a-field The documentation has an example that seems to be similar to your use case
@lucasger89
@lucasger89 Жыл бұрын
Hello. I get "Livewire\Exceptions\ComponentNotFoundException Unable to find component: [App\Filament\Resources\PostsRelationManager]". What did I do wrong? Edit: solved using: RelationManagers\PostsRelationManager::class, on the relations array.
@yuliarahma1300
@yuliarahma1300 Жыл бұрын
can you make a use case a multi panel with roles management plugin, thnaks. 🙏🏻, (and can you change the icon users resources 🤣)
@yelocode
@yelocode Жыл бұрын
Thanks for watching. Will try to cover multiple panels and role management later on in the course. Sure thing will change the battery icon 😅😂
@azadehghasemi3244
@azadehghasemi3244 Жыл бұрын
How to add the exists posts into category in edit/create form, you just Taught how to add a new post, but how to add an exist post?
@khant-nyar
@khant-nyar 3 ай бұрын
multiple select with one to many supported ? i don't get it
@amouchaldev
@amouchaldev Жыл бұрын
My eyes can't believe what they see
@yelocode
@yelocode Жыл бұрын
:)
@cybermanbg
@cybermanbg 4 ай бұрын
How to rename the linked record. Create post = Make a post.
Filament Repeater Field: Invoice with HasMany Items
9:13
Laravel Daily
Рет қаралды 22 М.
She wanted to set me up #shorts by Tsuriki Show
0:56
Tsuriki Show
Рет қаралды 8 МЛН
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН
УНО Реверс в Амонг Ас : игра на выбывание
0:19
Фани Хани
Рет қаралды 1,3 МЛН
Step-by-Step Guide to Filament Multi-Tenancy
17:39
Tuto1902
Рет қаралды 11 М.
13 Filament Relation Manager - FilamentPHP V3 Tutorial
17:41
Tony Xhepa
Рет қаралды 17 М.
Laravel 11 Filament Bookstore
15:43
Alexandru Axentioi
Рет қаралды 1,4 М.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 220 М.
The Tools I Use to Build Products in Laravel
19:00
Josh Cirre
Рет қаралды 43 М.
How to Use Table Actions in FilamentPHP - FilamentPHP for Beginners
13:00
How to Customize The Navbar in FilamentPHP - FilamentPHP for Beginners
13:10
She wanted to set me up #shorts by Tsuriki Show
0:56
Tsuriki Show
Рет қаралды 8 МЛН