Laravel & Vue 3 Routing: Step-by-Step Tutorial #2 [HINDI]

Sdílet
Vložit
  • čas přidán 8. 05. 2024
  • In this video, we introduce you to the powerful combination of Laravel and Vue 3 for building modern web applications. We focus on setting up a routing system, which is essential for creating dynamic and efficient applications. Whether you're a beginner or experienced developer, this video will guide you through the basics of integrating Laravel and Vue 3, laying the foundation for your journey into full-stack development.
    Topics Covered:
    Introduction to Laravel and Vue 3
    Overview of routing in modern web development
    Setting up routing in a Laravel and Vue 3 application
    Laravel & Vue 3 Routing: Step-by-Step Tutorial #2 [HINDI]
    Our Playlists:
    OOP In PHP:
    • OOP - PHP
    Git Full Tutorial
    • GIT Tutorial
    Laravel 9:
    • Laravel 9
    Vue 3 Laravel 9 Tutorial:
    • Vue 3 Laravel 9
    Laravel Testing:
    • Laravel Testing
    Nuxt Js
    • NuxtJS
    Laravel And Vuejs
    • Laravel And Vuejs
    Laravel Notifications:
    • Laravel Notification
    Laravel And React Js
    • Laravel ReactJs
    Laravel Interview Questions And Answers:
    • Laravel Interview Ques...
    Laravel User Management System:
    • Laravel User Managemen...
    Laravel Multi Auth System
    • Laravel Multi Auth System
    Laravel Vue3 GraphQL
    • Laravel Vue 3 GraphQL
    Follow us:
    YoutTube: / ajayyadavexpo
    Instagram: / ajayyadavexpo
    Twitter : / ajayyadavexpo
    Linkedin: / ajayyadavexpo
    Github: github.com/ajayyadavexpo
    Stay Connected:
    Subscribe to my channel for more content on Laravel, Vue 3, and full-stack development.
    Leave a comment with your questions or thoughts about this video.
    Thank you for watching! Stay tuned for more in-depth tutorials on building amazing web applications with Laravel and Vue 3. If you found this video helpful, don't forget to like, share, and subscribe for more!
    Please subscribe to my channel and share the video with your friends.
    #laravel #vue3 #laravel11 #vueRouter

Komentáře • 12

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

    Great

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

    laravel with react or vue comparison video banao

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

    Hello sir can you help me to connect laravel reverb. It is working fine on local but having problems in the linux server. I have searched everywhere but didn't get answers.

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

    meta title ager change karna ho toh kese karenge aap bta skte h kya

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

    Hi 👋
    Composition api video aayega ?

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

    sir 2024 me larawel sikhna valid hai ky sir bahot confuse ho rha hoo sir me freind bol rhe hai php dead ho chuka hai node js sikhle ky kru sir please reply

    • @ajay-yadav
      @ajay-yadav  Před 2 měsíci

      php dead 2000 se ho rhi hai , lakho logo ke ghar chl rhe hn esi se 😃

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

      @@ajay-yadav sir to ky me larawel Sikh looo aapki video follow krke

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

      @@ajay-yadav aur sir ek dynamic website bnana aur ek api base project please

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

    In URL, # is coming. Can you please guide in to this?

    • @ajay-yadav
      @ajay-yadav  Před měsícem

      check router.js and validate createWebHistory()
      const router = createRouter({
      history: createWebHistory(),
      routes,
      })

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

      Ooopss. Sorry, I was using createWebHasHistory() instead of createWebHistory().
      Working fine now. Thanks