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

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • 📃 Laravel 11 playlist: • Laravel 11 crash course
    🎬 VUE JS | Composition API: • Let's learn VUE JS | C...
    🌐 Laravel docs: laravel.com/docs
    🌐 Vue Js docs: vuejs.org/guid...
    🌐 Inertia Js docs: inertiajs.com/
    🌐 Vite Js docs: vitejs.dev/guide/
    🌐 TailwindCSS: tailwindcss.co...
    📃 Web Developer Path playlist: • Web Developer Path
    📃 Tips & Tricks playlist: • Tips and Tricks
    📃 MERN Stack playlist: • MERN Stack
    📃 React playlist: • React
    📃 Useful tools playlist: • Useful Tools
    🙏 Thank you for watching my video please don't forget to LIKE and SUBSCRIBE.
    🎮 My gaming channel: / @jonvadar
    ☕ Support me: www.buymeacoff...
    🌐 My website: jonvadar.xyz/
    #laravel #laravel11 #inertiajs #vuejs #vue #inertia #laravelcourse #laravel_tutorial #php #fullstack #learnwebdevelopment #webdevelopment #phpcourse #fullstackwebdevelopment #learnwebdevelopment

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

  • @genesesabarcar7913
    @genesesabarcar7913 4 месяца назад +5

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

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

    Great tutorial... Loved this!

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

    GOOD JOB

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

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

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

    thank you for the great tutorial

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

    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  5 месяцев назад

      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. 😊

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

    Thx, It's really helpful

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

    Great content, I really needed that

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

    keep your nice work mate

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

    thanks! you earned my like

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

    Thank you very much

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

    Thanks a lot man 28aug 2024, it works

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

    tks for the video

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

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

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

    I love your tutorial bro thank you so much

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

    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  4 месяца назад +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.

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

    for typescript?

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

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