Vue.js in Laravel 11: Changes You Need to Know

Поділитися
Вставка

КОМЕНТАРІ • 25

  • @TheILOVEYOUXD
    @TheILOVEYOUXD 6 місяців тому +10

    I think 29$ for one month is expensive, for first month to test 15$ is okay, then 29$😊

    • @LaravelDaily
      @LaravelDaily  6 місяців тому +3

      1. I'm putting so much work into those courses that I don't want to give it away cheaper, sorry
      2. I'm giving refunds if you're not happy with the courses
      3. I offer PPP discounts: coupons.laraveldaily.com

    • @NeilCorke
      @NeilCorke 6 місяців тому +2

      The annual subscription works out cheaper and is very good value for money imo

  • @jonwinder6622
    @jonwinder6622 6 місяців тому

    Oh heck yeah i didnt realize they updated the course

  • @najatiscoding
    @najatiscoding 3 місяці тому

    Hi Laravel Daily,
    I'm a JavaScript developer but I use Laravel for my backend with Filament for my admin dashboard. Your videos have made my life so much easier.
    I have a question for you and would really appreciate your answer.
    I've developed my frontend app separately using Vue with Vite, but I ran into a problem: I need SSG or SSR for SEO, specifically for open graph meta tags because I'm building a blog. After many failed attempts, I read that integrating my Vue pages within Laravel could help. Would that work?

    • @LaravelDaily
      @LaravelDaily  3 місяці тому +1

      I haven't worked with such projects and SEO requirements

  • @QueeeeenZ
    @QueeeeenZ 6 місяців тому

    Nuxt all the way for best DX 🔥🔥

  • @deveshmungali4474
    @deveshmungali4474 4 місяці тому

    I am making changes in vue..js files but they are not reflecting on the frontend. Backend is in laravel.
    Do I have to run some commands on the server terminal.

    • @LaravelDaily
      @LaravelDaily  4 місяці тому

      Probably "npm run dev" or "npm run build" depending on your configuration

  • @user-fk8wf4wg4y
    @user-fk8wf4wg4y 3 місяці тому

    I live in hell of war can you give me a way to get a course for vue js with laravel I have been following you for a while but I face many problems with the internet and payment methods ?

  • @TheILOVEYOUXD
    @TheILOVEYOUXD 6 місяців тому

    U are the best, thank u

  • @ProPoppyLol
    @ProPoppyLol 6 місяців тому

    What about the configuration of throttle api and the new helper throttleApi() ?

    • @LaravelDaily
      @LaravelDaily  6 місяців тому

      Well it's more about API than Vue.js, but yeah, good point, I didn't mention it in the video.

  • @Esteban5Tael
    @Esteban5Tael 6 місяців тому

    Very good, but, what about inertia with React? Please

    • @LaravelDaily
      @LaravelDaily  6 місяців тому +1

      Laravel Breeze has a version with Inertia React, try it

    • @Esteban5Tael
      @Esteban5Tael 6 місяців тому

      @@LaravelDaily ok, thanks a lot, really love your content

  • @adityakdevin
    @adityakdevin 6 місяців тому +1

    Please make course for handling huge amount at a time handling request related

    • @SXsoft99
      @SXsoft99 6 місяців тому

      if your requests last too long you either set_time_limit(0) at the first line of your controller method or
      you do a fire and forget logit, meaning you first make a post to trigger a queuejob that runs in the background and you wither do http pooling from js to check if logic finished or you listen to websokets

    • @LaravelDaily
      @LaravelDaily  6 місяців тому

      There are so many reasons and different cases for "huge amount at a time" that it's very personal and individual, I can't make a course on all cases.
      I do have a course about Better Eloquent Performance, which is usually no.1 reason of slow pages: laraveldaily.com/course/eloquent-performance

  • @MrAtomUniverse
    @MrAtomUniverse 6 місяців тому

    Do you have react tutorial ? I’m using react as components in my blade

    • @SXsoft99
      @SXsoft99 6 місяців тому +1

      same things apply for react

    • @LaravelDaily
      @LaravelDaily  6 місяців тому

      We do have a React course but it hasn't been updated since Laravel 9: laraveldaily.com/course/react-laravel-spa

  • @virgiliustancu9293
    @virgiliustancu9293 6 місяців тому

    It seems crazy. Depending on the version, you will have a hundred pages of documentation to read. I hope that in the next versions there will be no more fundamental changes at least in the next 10 years.😅

    • @LaravelDaily
      @LaravelDaily  6 місяців тому +6

      You don't need a hundred pages to read. Just subscribe to my channel and watch the videos like this one to get familiar with all the main changes :)
      And/or ask questions in the comments or Laracasts forum, if something doesn't work.

  • @realanmup
    @realanmup 6 місяців тому

    nice