daisyUI meets Laravel Livewire

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 53

  • @tobiaskilroy
    @tobiaskilroy 4 месяца назад +1

    Hey thanks for the video!
    I notice when you run 'laravel new app-name' you have the option to install with breeze/jetstream and then chose the stack. Mine only runs a basic install.
    What am I missing?
    Also, is it possible to include things like sail in this creation process?

    • @joshcirre
      @joshcirre  4 месяца назад +1

      Hmm! Are you using the Laravel Herd app or did you use the Laravel Composer installer? Either way if you run composer require laravel/breeze --dev and then the php artisan breeze:install command after your app has been generated then you can get the same prompts.
      I don't use Laravel Sail and just rely on Laravel Herd but I'm sure there are others who do!

    • @tobiaskilroy
      @tobiaskilroy 4 месяца назад +1

      @@joshcirre ah that will be it! Thanks for the reply. I’ll check out herd 👍

  • @robsontenorio2
    @robsontenorio2 10 месяцев назад +6

    Great to see a bit of MaryUI ❤

    • @joshcirre
      @joshcirre  10 месяцев назад

      Just a quick peek! Hoping to get to dive into it more in a Component Library for TALL Stack video coming up soon. :)

  • @isaachatilima
    @isaachatilima 2 месяца назад

    Could you please please do a quick video of Volt Class API + Folio (Pages and components that have both blade and php code). I am struggling with creating class components.

    • @joshcirre
      @joshcirre  2 месяца назад

      Sure. Thats a great idea. I’m loving that combination myself. I’ll add it to the suggest list (cir.re/suggest)
      In the meantime, check out the Genesis starter kit by DevDojo. I contributed a Class API version to that a little while back. ☺️

  • @0xcodeboy
    @0xcodeboy 7 месяцев назад

    Awesome video, thamk you, big brother, assalamunalaikum

  • @Ahmed-gamal.
    @Ahmed-gamal. 9 месяцев назад +1

    great content, what is the name of the terminal you are using with auto complete and starter kits on install, is it Available for windows?

    • @joshcirre
      @joshcirre  9 месяцев назад +1

      That is the Warp terminal. Unfortunately it is not available on Windows right now, but looks like they have an option to be notified when it is!
      And starter kits on install is out of the box with the Laravel Composer (at least for me). :)

  • @scott_itall8638
    @scott_itall8638 4 месяца назад

    Class based volt or functional volt what would be the "recommended" approach?

    • @joshcirre
      @joshcirre  4 месяца назад

      I think it depends on what resonates the most with you. I think I prefer Class based Volt just because then I don't have to mentally shift the Livewire docs for non-Volt examples.
      The Functional Volt style is definitely prettier though. ☺️

  • @compton8301
    @compton8301 Месяц назад

    Keep making brilliant content, thank you. 🎉

    • @joshcirre
      @joshcirre  Месяц назад

      Thank you for the support. :)

  • @incognito7840
    @incognito7840 9 месяцев назад

    hello sir can u help me to learn how to give permissions to the users as per their roles in laravel livewire please

  • @th3ja
    @th3ja 10 месяцев назад +2

    Keep up the awesome content!

    • @joshcirre
      @joshcirre  10 месяцев назад +1

      Thanks for the support! Got some fun things coming!

  • @joewardpr
    @joewardpr 8 месяцев назад

    I'd love to see a demo of using a different template than the one Breeze creates for the dashboard, to use some of the other features of "mary"/DaisyUI for nav, etc. E.g. the "drawer" component.
    The order you did things seems effective. I tried creating a new project without Breeze, adding mary, and then adding Breeze. And, I tried creating the new project with Breeze from the start, and then adding mary. Both resulted in a bunch of noob mistakes. I'll give it another shot following your process of installing DaisyUI on its own, and then doing some of the manual installation steps for mary, and she where it gets me. Perhaps then, I can modify the Breeze dashboard template using DaisyUI/mary stuff.

    • @joewardpr
      @joewardpr 8 месяцев назад

      P.S. Great video. Thank you! (And, I new you were speaking lower for the kiddos! I've done the same before.) :)

    • @joshcirre
      @joshcirre  8 месяцев назад

      I don't know when I'll finish it up, but I just started recording a deep dive into 8 different UI Libraries in the TALL stack and that includes full dashboard layout too! :)
      I appreciate the support and I'm glad you understand the "whisper talk". 😂

  • @alkadoHs
    @alkadoHs 9 месяцев назад

    Thanks dude, It's Gold contents to me.

  • @jayadevrath2364
    @jayadevrath2364 9 месяцев назад

    Can you please tell me which vs code theme you are using. Its looking awesome 😎😎

    • @joshcirre
      @joshcirre  9 месяцев назад +1

      It is called the "Natty" theme in VS Code. And I would check out Caleb Porzio's "Make VS Code Awesome" course/package. It has a ton of neat and nifty tweaks to make VS Code... awesome.

  • @b3rking
    @b3rking 9 месяцев назад +1

    You doing great! Keep it up!

    • @joshcirre
      @joshcirre  9 месяцев назад

      Thank you! I will do my best! Anything you're looking to see?

  • @mogr488
    @mogr488 10 месяцев назад

    Thank you. New horizon unlocked !

  • @_hamza_mg
    @_hamza_mg 9 месяцев назад

    Good job bro🎉🎉
    Thank you
    Please make more livewire volt videos

    • @joshcirre
      @joshcirre  9 месяцев назад +1

      Thanks so much for the support! And will do! Livewire Volt is my favorite piece of tech right now. 😁

  • @aogunnaike
    @aogunnaike 9 месяцев назад

    hi, i don't get the installer starter kits option when i do laravel new project name

    • @joshcirre
      @joshcirre  9 месяцев назад

      Oh no! I'm using Laravel Herd to make this happen, but as long as you install the Laravel command globally with composer, it should give you those options.
      Otherwise, you can install Breeze manually here:
      laravel.com/docs/10.x/starter-kits

  • @fibertechserver9808
    @fibertechserver9808 9 месяцев назад

    Great video! I see that you can create a new laravel project with laravel new ... what is your starterkit or what software do you use for local development? I am on windows and laragon an I need to manually setup my project with composer new ... and composer install breeze and so on ... Thank you!

    • @joshcirre
      @joshcirre  9 месяцев назад

      I haven't been on Windows in awhile, but as long as you install laravel globally through composer, and add that composer to your path, you should be able to use Laravel New:
      confluence.cornell.edu/pages/viewpage.action?pageId=371820671

    • @StevMajer
      @StevMajer 9 месяцев назад

      Thank YOU! @@joshcirre

  • @mokhosh
    @mokhosh 9 месяцев назад

    great video, subscribed.
    why are you whispering tho?

    • @joshcirre
      @joshcirre  9 месяцев назад +1

      Thanks for the support!
      It's probably because I do most of my recording at night while my kids are sleeping. 😂I'll try and speak up a bit more.

    • @khanra17
      @khanra17 9 месяцев назад

      this is the annoying trend, every youtubers think its cool

    • @mokhosh
      @mokhosh 9 месяцев назад

      @@joshcirre ah makes sense.

  • @sawaLearn
    @sawaLearn 9 месяцев назад

    Nice video
    What program do you use to record your screen and camera ?

    • @joshcirre
      @joshcirre  9 месяцев назад +1

      I use OBS to record screen and camera. It's been a journey finding what works best for me. :)

    • @sawaLearn
      @sawaLearn 9 месяцев назад

      Keep the Great Content@@joshcirre

  • @MrSonicastra
    @MrSonicastra 9 месяцев назад

    Nice video, i followed!

    • @joshcirre
      @joshcirre  9 месяцев назад

      Awesome, thank you!

  • @vitalysvidersky
    @vitalysvidersky 9 месяцев назад

    Thank you for your video! Can someone share some light on the app he uses to switch between browser windows?

    • @jonnoriekwel
      @jonnoriekwel 9 месяцев назад

      That’s the Arc browser on Mac :)

    • @joshcirre
      @joshcirre  9 месяцев назад

      @jonnoriekwel answered, but if you're talking about the browser, that's Arc on a mac, and then I also use Raycast as a launcher/switcher too. :)

    • @vitalysvidersky
      @vitalysvidersky 9 месяцев назад

      ​@@jonnoriekwel Thanks :)

    • @vitalysvidersky
      @vitalysvidersky 9 месяцев назад

      @@joshcirre Thanks a lot, I'll give it a go!

  • @อิทธิกรชาวกะมุด
    @อิทธิกรชาวกะมุด 10 месяцев назад

    awesome for this video

    • @khanra17
      @khanra17 9 месяцев назад

      awful for the audio. 🤮

  • @popwizzyrossy1791
    @popwizzyrossy1791 10 месяцев назад

    Thanks