Laravel + React, InertiaJS - Installation, Development & Deployment in Hindi

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

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

  • @mazharulalam3885
    @mazharulalam3885 หลายเดือนก่อน +1

    great work bro! well done!

  • @ramkumarchauhan3176
    @ramkumarchauhan3176 2 หลายเดือนก่อน +1

    Nice Video 👍👍

  • @Md.AbuSalehNasim
    @Md.AbuSalehNasim ปีที่แล้ว +1

    nice tutorial! You should make more.

    • @DevTalks360
      @DevTalks360  ปีที่แล้ว

      Thanks, will keep on uploading

  • @CodingEscort
    @CodingEscort 8 หลายเดือนก่อน +1

    Need big project Laravel react inertia

  • @vishalM-l8r
    @vishalM-l8r 4 หลายเดือนก่อน

    hello i did same but my inertia Link href is taking only main domain as base url

  • @vishalM-l8r
    @vishalM-l8r 2 หลายเดือนก่อน

    do we also need to zip vendor folder

    • @DevTalks360
      @DevTalks360  2 หลายเดือนก่อน

      @@vishalM-l8r it has to be uploaded to the server along with all other files as usual.

  • @nihanbiswas9593
    @nihanbiswas9593 10 หลายเดือนก่อน +1

    How can I install Tailwind css in this project ?

    • @DevTalks360
      @DevTalks360  10 หลายเดือนก่อน

      You can install the Tailwind as usual by following their official documentation from here: tailwindcss.com/docs/installation

  • @CodeBuddys
    @CodeBuddys 2 หลายเดือนก่อน

    but how run react ?

    • @DevTalks360
      @DevTalks360  2 หลายเดือนก่อน

      @@CodeBuddys “npm run dev” when in development and “npm run build” for production to generate static files.

  • @szish3073
    @szish3073 ปีที่แล้ว

    are you using css in this?

    • @DevTalks360
      @DevTalks360  ปีที่แล้ว

      @szish3073 yes, I have used CSS in this.

    • @szish3073
      @szish3073 ปีที่แล้ว

      @@DevTalks360 can we do it without ziggy? please share CSS code aswell

    • @DevTalks360
      @DevTalks360  ปีที่แล้ว

      You can check on GitHub. We have updated the code on public GitHub Repository.
      github.com/devtalks360/laravel_react

    • @DevTalks360
      @DevTalks360  ปีที่แล้ว

      @@szish3073 Ziggy helps you use the Laravel named routes on the Javascript side. If you don't use that, you cannot use named routes and route( ) function inside JSX.