What is Laravel Jetstream & How do we Install It? - Laravel Jetstream for Beginners

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

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

  • @sicelomgobhozi6050
    @sicelomgobhozi6050 ปีที่แล้ว +4

    Can't wait for the Udemy course 🔥🙌

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

    Thanks man, appreciate the effort

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

      My pleasure!

  • @balb4903
    @balb4903 ปีที่แล้ว +1

    Great content keep it up !

  • @ralhanani
    @ralhanani 4 หลายเดือนก่อน

    hi Dary, could you make videos about multi Auth using Jetstream even in Udemy, and by the way your voice is awesome :)

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

    do you published the udemy course?

    • @codewithdary
      @codewithdary  11 หลายเดือนก่อน

      Yes I did: www.udemy.com/course/mastering-laravel-10-query-builder-eloquent-relationships/?referralCode=C784C3DB5B8925207FCB

  • @marianivanov6431
    @marianivanov6431 ปีที่แล้ว +2

    hi can you make video about laravel with mongodb pls?

  • @hihi_wow
    @hihi_wow ปีที่แล้ว +1

    Very helpful ;) theme name ?

    • @codewithdary
      @codewithdary  ปีที่แล้ว +1

      Synthwave '84 (Material)

  • @Akshatgiri
    @Akshatgiri ปีที่แล้ว +1

    Wow php ecosystem is wild

  • @bikramchettri9405
    @bikramchettri9405 ปีที่แล้ว +1

    Do you have laravel course?

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

      I have over 200 Laravel videos on my channel.

  • @ShakeelAhmed-jk7cn
    @ShakeelAhmed-jk7cn ปีที่แล้ว +1

    great

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

    You can do: 'laravle new project_name --jet' to make new Laravel project with Jetstream

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

    i try to install jet stream but when i run npm run build
    i am getting ( npm ERR! Missing script: "build" )
    and css not build
    how can i solve this issue....?????

    • @LeonelLopezBorbon
      @LeonelLopezBorbon ปีที่แล้ว +1

      you wrote bad "nmp" correct is npm run build

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

      @@LeonelLopezBorbon thank you sir for your response i typos from comment
      I try npm run build
      But in the build not define in the file dev and other are present
      I try to find and fix the issue but i did not get the right one
      Thank you 😊

    • @LeonelLopezBorbon
      @LeonelLopezBorbon ปีที่แล้ว +1

      @@dheeraj_kumar_1508 maybe before in order: first npm install then npm run build and last npm run dev

    • @dheeraj_kumar_1508
      @dheeraj_kumar_1508 ปีที่แล้ว +1

      @@LeonelLopezBorbon thank you for your valuable reply
      i have follow the order,
      in the package.json file not found build that' why it is giving missing
      package.json
      "scripts": {
      "dev": "npm run development",
      "development": "mix",
      "watch": "mix watch",
      "watch-poll": "mix watch -- --watch-options-poll=1000",
      "hot": "mix watch --hot",
      "prod": "npm run production",
      "production": "mix --production"
      },

    • @codewithdary
      @codewithdary  ปีที่แล้ว +1

      npm run dev should work for you based on your package.json file.

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

    INFO No publishable resources for tag [jetstream-views]. :(
    EDIT I see this has changed it now put the views by default just in the standard views/components directory