How to Customize The Navbar in FilamentPHP - FilamentPHP for Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 44

  • @bodiothierrymathurinkegba5255
    @bodiothierrymathurinkegba5255 10 หลายเดือนก่อน +4

    Thank you so much for your tutorial !

    • @codewithdary
      @codewithdary  10 หลายเดือนก่อน +1

      You are welcome!

  • @bodiothierrymathurinkegba5255
    @bodiothierrymathurinkegba5255 10 หลายเดือนก่อน +2

    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.

    • @codewithdary
      @codewithdary  10 หลายเดือนก่อน +1

      I think the best way is using a placeholder column and customizing the text :)

  • @HindAALOUCH-u7x
    @HindAALOUCH-u7x 19 ชั่วโมงที่ผ่านมา

    Thank you, do you know what are the right dimensions of filament logo to look pretty?

  • @Maystro_eg
    @Maystro_eg ปีที่แล้ว +8

    May (ALLAH) Bless you for those very will organized precious tutorials, AND give you a lot more than you do for free

    • @codewithdary
      @codewithdary  ปีที่แล้ว +1

      Thank you so much brother ❤

  • @williandamascenomusic
    @williandamascenomusic 7 หลายเดือนก่อน

    This video is pure gold, thanks!

  • @GergelyCsermely
    @GergelyCsermely ปีที่แล้ว +1

    Thanks, excellent demo!

    • @codewithdary
      @codewithdary  ปีที่แล้ว

      Thank you so much, Gergely!

  • @LileshJadav
    @LileshJadav ปีที่แล้ว +1

    Enjoying this series.
    Your teaching style is awesome.
    Can’t wait for upcoming episode,
    what’s usual timing for new episodes every 3 days?

    • @codewithdary
      @codewithdary  ปีที่แล้ว +1

      Usually Monday, Wednesday and Friday but I was gone for the weekend so this week it’s Tuesday, Wednesday and Friday!

  • @CarlosCruz85
    @CarlosCruz85 6 หลายเดือนก่อน

    Amazing! Thanks for your time!

  • @theJohnCode
    @theJohnCode ปีที่แล้ว +1

    Thank you so much sir

  • @saiprashanth1941
    @saiprashanth1941 ปีที่แล้ว +1

    will you make a tutorial to host it on hostinger?

    • @codewithdary
      @codewithdary  ปีที่แล้ว +1

      Yes of course, it will be the last episode of this series!

    • @saiprashanth1941
      @saiprashanth1941 ปีที่แล้ว

      @@codewithdary thank youu

  • @Cajorobu
    @Cajorobu 10 หลายเดือนก่อน

    Is it possible to change the icon of the 'Dashboard' section?

  • @MrSonicastra
    @MrSonicastra ปีที่แล้ว +1

    Nice Dary, but is there a collapse by default for navigationsgroup?

  • @HamadAbdulla_7
    @HamadAbdulla_7 ปีที่แล้ว +1

    Thanks

  • @othiago.fernando
    @othiago.fernando ปีที่แล้ว +1

    Hi, It's possible to show user avatar on place of "initials name"?

    • @codewithdary
      @codewithdary  ปีที่แล้ว +1

      This link wil hep you out with that: filamentphp.com/docs/2.x/admin/users#setting-up-avatars

    • @othiago.fernando
      @othiago.fernando ปีที่แล้ว

      @@codewithdaryI already saw this link but I dont be able to apply it (Sorry my bad english)

  • @cesarherbozo3693
    @cesarherbozo3693 ปีที่แล้ว

    How can I add custom routes in the app provider if it hasn't loaded yet?

  • @nazar87ali
    @nazar87ali ปีที่แล้ว +1

    the methods getNavigationBadge not slow the application ? i each page reload calculate the count ??

    • @codewithdary
      @codewithdary  ปีที่แล้ว +1

      Yes, depending on your query. I would just not retrieve all rows your database

  • @joaopoliceno8844
    @joaopoliceno8844 ปีที่แล้ว +1

    Very good.

  • @ousssika5359
    @ousssika5359 ปีที่แล้ว +1

    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 )

    • @codewithdary
      @codewithdary  ปีที่แล้ว

      Thank you so much. Great video to consider for in the future!

  • @BadeBabaG
    @BadeBabaG ปีที่แล้ว

    how we can elevate (BG Shadow ) SideBar and Change Width of sidebar ?

  • @yuliarahma1300
    @yuliarahma1300 ปีที่แล้ว +2

    maybe you can make a livestream sessions sometimes, it would be nice 👍🏻

    • @codewithdary
      @codewithdary  ปีที่แล้ว

      Hi! Thank you for encouraging me. Unfortunately, live streaming isn't something I would do :(

    • @yuliarahma1300
      @yuliarahma1300 ปีที่แล้ว

      @@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 👍🏻

  • @vugarkhalil
    @vugarkhalil ปีที่แล้ว

    Respect❤

  • @peterf983
    @peterf983 ปีที่แล้ว +2

    3:33 ::where('status', '=', 'processing')->count()
    Didn't you forget ENUMs from previous video'?
    th-cam.com/video/WEmrmX7U9Zc/w-d-xo.html

    • @codewithdary
      @codewithdary  ปีที่แล้ว

      Wow, that’s very clever from you, I indeed did! Thanks

    • @LeonelLopezBorbon
      @LeonelLopezBorbon ปีที่แล้ว

      that's a example public static function getNavigationBadge(): ?string
      {
      return static::getModel()::where('status', '=', OrderStatusEnum::PROCCESSING)->count();
      }

  • @marciozotelli
    @marciozotelli ปีที่แล้ว +1

    Thanks