Updating Jetstream Layout | Build Blog with Laravel 10, Livewire 3 & Filament 3 #2

Поделиться
HTML-код
  • Опубликовано: 6 сен 2023
  • Welcome to our laravel blog project series, in this comprehensive series we will build a blog from scratch using livewire 3 and filament 3.
    We will cover how to install and customize jetstream, create layouts, setup database migrations and models, display posts, use livewire 3 to create dynamic components without page reloads and more.
    Next Episodes (Playlist):
    • Build Blog with Larave...
    Html Template :
    github.com/yelocode/tailwind-...
    Project Code :
    github.com/yelocode/laravel-b...
    Free Livewire 3 Course Playlist :
    • Laravel Livewire 3 Cou...
    Livewire 3 website :
    livewire.laravel.com/
    If you would like me to make more livewire videos, please let me know by liking the video and commenting what you like to learn next.
    What is livewire:
    Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel. (Taken from Livewire Documentation)

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

  • @obedokoh4124
    @obedokoh4124 11 месяцев назад +3

    Thanks so much, Hopefully this series goes well🎉❤

    • @yelocode
      @yelocode  11 месяцев назад

      Thanks for watching, hope the videos can be helpful

  • @nazgyl
    @nazgyl 11 месяцев назад +2

    Thanks for sharing your code!

    • @yelocode
      @yelocode  11 месяцев назад

      Thanks for watching.

  • @user-vi2fp6dl7b
    @user-vi2fp6dl7b 9 месяцев назад +1

    Thank you very much!

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

      You're welcome!

  • @trevorhunte182
    @trevorhunte182 6 месяцев назад

    Great stuff

    • @yelocode
      @yelocode  6 месяцев назад

      Thanks for watching

  • @MrHamidkurd
    @MrHamidkurd 11 месяцев назад +1

    Thank you

    • @yelocode
      @yelocode  11 месяцев назад +1

      Thanks for watching

  • @luckyplaya84x
    @luckyplaya84x 10 месяцев назад +5

    for the partials u just can run php artisan make:component Footer or Header and then u can add it with .. feels better to me then @include

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

      Thanks for sharing.

    • @atlanical
      @atlanical 6 месяцев назад

      thank you both, that's a cool way to do it, I'm learning as much as I can and your comment will help me, so appreciate both of your content :)

  • @FindWebX
    @FindWebX 11 месяцев назад +1

    ❤❤❤❤❤❤

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

    Sir I have a template of pure html and css, how can I add this to laravel and what to do to make the files sync with others

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

    i want to convert the login/register and its children to popup modals, how do i do that?

  • @galaxy1729
    @galaxy1729 11 месяцев назад +1

    What you suggest if I want go with bootstrap can I configure my bootstrap template in filament 3 ?

    • @yelocode
      @yelocode  11 месяцев назад

      I personally haven't tried changing filament 3 to bootstrap, The only solution I know of is to to publish all the view assets and change all the tailwind classes to bootstrap onces,
      using
      php artisan vendor:publish --tag=filament-panels-views.
      php artisan vendor:publish --tag=filament-forms-views
      php artisan vendor:publish --tag=filament-tables-views
      There are a few more assets files for notification and widgets , can use php artisan vendor:publish to find them all.
      And then change everything one by one. But will probably take you a very long time.
      I personally don't recommend doing so, better of changing just the icon and color scheme or create a theme with extra styling.

  •  2 месяца назад +1

    What key do you press? to format code beautifully?

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

      It's the blade formatter and php plugin I have installed. It automatically formats your code when you save a php or plade file. I cover the plugins in this video : ruclips.net/video/Fecxmo3IDSQ/видео.html&pp=ygUPbGFyYXZlbCBwbHVnaW5z

  • @koshmilures5437
    @koshmilures5437 7 месяцев назад +1

    Nice tutorial, but how to deploy this, and can it be deployed on shared hosting?

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

      Yes it can be deployed on local hosting, there are some existing tutorials on youtube. However, I will try to make videos on it as well

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

    I've already subscribed, but please slow down.
    you sound like you're in a hurry 😥.

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

      Thanks for watching. Thanks for the feedback, will definitely work on improving in that area.

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

      @@yelocode Thank you

  • @HamadAbdulla_7
    @HamadAbdulla_7 11 месяцев назад +1

    Thank you

    • @yelocode
      @yelocode  11 месяцев назад

      Thanks for watching