Let's learn Laravel 11 with Inertia Js and Vue Js in 2024 (NO Starter Kit) | #1 Project Setup

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

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

  • @genesesabarcar7913
    @genesesabarcar7913 6 месяцев назад +7

    I've been searching for this kind of tutorial. Thank you so much. I'm looking forward for more of your VILT tutorials. ❤🎉

  • @MrDynamoDuck
    @MrDynamoDuck 26 дней назад

    Just what I was looking for, thank you very much. :)

  • @BiswanathWebskitters
    @BiswanathWebskitters 14 дней назад +1

    Hello Which Shortcut you are using to create the vue boilerplate template

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

    我太感谢您们出新的课程,我很喜欢

  • @Hasan-js5mw
    @Hasan-js5mw 6 месяцев назад +1

    Great tutorial... Loved this!

  • @FatehDris96
    @FatehDris96 3 месяца назад

    Great content, I really needed that

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

    Hi Jon! May I know what vscode extentions you have?

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

    Thank you Jon!

  • @muhammadhabiburrahman3372
    @muhammadhabiburrahman3372 3 месяца назад

    keep your nice work mate

  • @عرفانمحسنی-ك4ت
    @عرفانمحسنی-ك4ت 2 месяца назад

    thank you for the great tutorial

  • @tsoabelouh5674
    @tsoabelouh5674 5 месяцев назад

    I love your tutorial bro thank you so much

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

    thank you again Jon , i try when i complete laravel and react cource , start vue js with you again , please do i need to learn vue o stay with react or what is your advice for junior dev like me :) ?

    • @LearnWithJonVadar
      @LearnWithJonVadar  6 месяцев назад +1

      Thank you for your support. I personally like to pick something and stick with it and master it. Vue Js and React Js are essentially doing the same thing, they just have a different learning curves.
      It’s really your preference but you can always try different frameworks/languages and see if you like them. 😊

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

    Thanks a lot man 28aug 2024, it works

  • @floresrosalinojr.2143
    @floresrosalinojr.2143 5 месяцев назад

    thanks! you earned my like

  • @SPIDERARABIC
    @SPIDERARABIC 6 месяцев назад +1

    GOOD JOB

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

    please do laravel reverb. they all use starter kits too in other channels

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

    Thx, It's really helpful

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

    Thank you very much

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

    tks for the video

  • @dexterfortsilva6656
    @dexterfortsilva6656 3 месяца назад

    for typescript?

    • @illiakyselov6913
      @illiakyselov6913 3 месяца назад

      have u tried just to add lang="ts" to ur vue script tag?
      vite must've handled it

  • @themuaz1997
    @themuaz1997 5 месяцев назад

    I've tried using routes/api.php it doesn't work, but changed it to web.php, it works..I don't understand both are routes the code is the same

    • @LearnWithJonVadar
      @LearnWithJonVadar  5 месяцев назад +1

      They do look the same, but the naming is important. For a web application Laravel would look for a “web.php” but if you were building an API then the “api.php” is where you define your routes. So it’s all about how Laravel handles things behind the scene.