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

Sdílet
Vložit
  • čas přidán 27. 04. 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/guide/introduction....
    🌐 Inertia Js docs: inertiajs.com/
    🌐 Vite Js docs: vitejs.dev/guide/
    🌐 TailwindCSS: tailwindcss.com/docs/guides/l...
    📃 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.buymeacoffee.com/jonvadar
    🌐 My website: jonvadar.xyz/
    #laravel #laravel11 #inertiajs #vuejs #vue #inertia #laravelcourse #laravel_tutorial #php #fullstack #learnwebdevelopment #webdevelopment #phpcourse #fullstackwebdevelopment #learnwebdevelopment
  • Věda a technologie

Komentáře • 17

  • @genesesabarcar7913
    @genesesabarcar7913 Před 2 měsíci +4

    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 Před 2 měsíci +1

    Great tutorial... Loved this!

  • @fusruo4454
    @fusruo4454 Před 2 měsíci

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

  • @floresrosalinojr.2143
    @floresrosalinojr.2143 Před 2 měsíci

    thanks! you earned my like

  • @abdurashid_dev
    @abdurashid_dev Před měsícem

    Thx, It's really helpful

  • @muhammadumarsotvoldiev8768
    @muhammadumarsotvoldiev8768 Před 2 měsíci

    Thank you very much

  • @amiltonmoreira2341
    @amiltonmoreira2341 Před 2 měsíci

    tks for the video

  • @SPIDERARABIC
    @SPIDERARABIC Před 3 měsíci +1

    GOOD JOB

  • @tsoabelouh5674
    @tsoabelouh5674 Před 2 měsíci

    I love your tutorial bro thank you so much

  • @heyykenn9099
    @heyykenn9099 Před 21 dnem

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

  • @Newday744
    @Newday744 Před 3 měsíci

    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  Před 3 měsíci

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

  • @muazrahman2255
    @muazrahman2255 Před 2 měsíci

    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  Před 2 měsíci +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.