Hi sir, how can we display a calculated field in a filament column ? For exemple, I'd like to display the number of days left before a person's birthday.
thanks for the video man , can you do one , so we can change the language for the the admin dashboard, french ,(arabic , you need the change the layout because in arabic tform left to right )
that's a example public static function getNavigationBadge(): ?string { return static::getModel()::where('status', '=', OrderStatusEnum::PROCCESSING)->count(); }
Thank you so much for your tutorial !
You are welcome!
Hi sir, how can we display a calculated field in a filament column ? For exemple, I'd like to display the number of days left before a person's birthday.
I think the best way is using a placeholder column and customizing the text :)
Thank you, do you know what are the right dimensions of filament logo to look pretty?
May (ALLAH) Bless you for those very will organized precious tutorials, AND give you a lot more than you do for free
Thank you so much brother ❤
This video is pure gold, thanks!
Thanks, excellent demo!
Thank you so much, Gergely!
Enjoying this series.
Your teaching style is awesome.
Can’t wait for upcoming episode,
what’s usual timing for new episodes every 3 days?
Usually Monday, Wednesday and Friday but I was gone for the weekend so this week it’s Tuesday, Wednesday and Friday!
Amazing! Thanks for your time!
Thank you so much sir
Thank you for watching
will you make a tutorial to host it on hostinger?
Yes of course, it will be the last episode of this series!
@@codewithdary thank youu
Is it possible to change the icon of the 'Dashboard' section?
Nice Dary, but is there a collapse by default for navigationsgroup?
I don't think it has one!
Thanks
Thank you for watching
Hi, It's possible to show user avatar on place of "initials name"?
This link wil hep you out with that: filamentphp.com/docs/2.x/admin/users#setting-up-avatars
@@codewithdaryI already saw this link but I dont be able to apply it (Sorry my bad english)
How can I add custom routes in the app provider if it hasn't loaded yet?
the methods getNavigationBadge not slow the application ? i each page reload calculate the count ??
Yes, depending on your query. I would just not retrieve all rows your database
Very good.
Many many thanks!! :)
thanks for the video man , can you do one , so we can change the language for the the admin dashboard, french ,(arabic , you need the change the layout because in arabic tform left to right )
Thank you so much. Great video to consider for in the future!
how we can elevate (BG Shadow ) SideBar and Change Width of sidebar ?
maybe you can make a livestream sessions sometimes, it would be nice 👍🏻
Hi! Thank you for encouraging me. Unfortunately, live streaming isn't something I would do :(
@@codewithdary nah, it's fine, your video is more than enough for me, the way you discribe every line of code are cristal clear for the viewers 👍🏻
Respect❤
Thank you
3:33 ::where('status', '=', 'processing')->count()
Didn't you forget ENUMs from previous video'?
th-cam.com/video/WEmrmX7U9Zc/w-d-xo.html
Wow, that’s very clever from you, I indeed did! Thanks
that's a example public static function getNavigationBadge(): ?string
{
return static::getModel()::where('status', '=', OrderStatusEnum::PROCCESSING)->count();
}
Thanks
Welcome