Build Modern Laravel Apps Using Inertia.js - Ep 12, Persistent Layouts

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 พ.ย. 2024

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

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

    You are a very good teacher, i love to watch this videos. Big Thanks for the free possibility

  • @jackrourke9237
    @jackrourke9237 3 ปีที่แล้ว +5

    The way you show us examples even if we didn't understand the problem at first, it's just smoothes our mind to understand your words, Love your contents ♥ ♥ ♥ ♥ ♥ A Big Fan of Yours from a long way

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

    Composition Api method

    import { Head } from '@inertiajs/inertia-vue3';
    import FrontLayout from '@/Layouts/frontLayout.vue';
    export default { layout: FrontLayout }

    • @d3mocratia960
      @d3mocratia960 2 ปีที่แล้ว

      thank you

    • @jeffersoncavpes
      @jeffersoncavpes 8 หลายเดือนก่อน

      import Layout from '@/Layouts/AuthenticatedLayout.vue';
      defineOptions({ layout: Layout });

  • @tienatnguyen6399
    @tienatnguyen6399 9 หลายเดือนก่อน

    I'm looking for tutorial to keep music playing while switching tabs and this is so userful. Thank you so much for the tutorial!

  • @another452
    @another452 9 หลายเดือนก่อน

    Oh! God thx , that's exactly what I was looking for

  • @drfcozapata
    @drfcozapata 11 หลายเดือนก่อน

    Inertia is too cool! 😃

  • @glowiever
    @glowiever 2 ปีที่แล้ว

    whoa I didn't know that. nice info. great tutorials, as always!

  • @davidrowlands8548
    @davidrowlands8548 2 ปีที่แล้ว

    Stunning tutorial!

  • @TobiasSailer
    @TobiasSailer 3 ปีที่แล้ว

    Hey Jeffrey.
    I really like that approach of persistent layouts. Do you have any resource how to achieve that with pure vueJs? Thanks for any hint.

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

    Can't we use multiple slots (named slots) in a persistent layout?

  • @hcivelek
    @hcivelek 2 ปีที่แล้ว

    Nice tutorial, thank you so much for this. What about persistent layout with named slot?

  • @Pichotweb
    @Pichotweb 9 หลายเดือนก่อน

    Tried persistent layouts with named slots with no luck :/

  • @SKRUBL0RD
    @SKRUBL0RD 2 ปีที่แล้ว

    this is nice, but when my page changes something on the parent layout it stays that way when navigating and i can't find any way to reset only what i need