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

Поделиться
HTML-код
  • Опубликовано: 11 ноя 2024

Комментарии • 25

  • @TheILOVEYOUXD
    @TheILOVEYOUXD 7 месяцев назад +10

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

    • @LaravelDaily
      @LaravelDaily  7 месяцев назад +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 7 месяцев назад +2

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

  • @jonwinder6622
    @jonwinder6622 7 месяцев назад

    Oh heck yeah i didnt realize they updated the course

  • @najatiscoding
    @najatiscoding 4 месяца назад

    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  4 месяца назад +1

      I haven't worked with such projects and SEO requirements

  • @ProPoppyLol
    @ProPoppyLol 7 месяцев назад

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

    • @LaravelDaily
      @LaravelDaily  7 месяцев назад

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

  • @deveshmungali4474
    @deveshmungali4474 5 месяцев назад

    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 4 месяца назад

    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 ?

  • @QueeeeenZ
    @QueeeeenZ 7 месяцев назад

    Nuxt all the way for best DX 🔥🔥

  • @Esteban5Tael
    @Esteban5Tael 7 месяцев назад

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

    • @LaravelDaily
      @LaravelDaily  7 месяцев назад +1

      Laravel Breeze has a version with Inertia React, try it

    • @Esteban5Tael
      @Esteban5Tael 7 месяцев назад

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

  • @MrAtomUniverse
    @MrAtomUniverse 7 месяцев назад

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

    • @SXsoft99
      @SXsoft99 7 месяцев назад +1

      same things apply for react

    • @LaravelDaily
      @LaravelDaily  7 месяцев назад

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

  • @TheILOVEYOUXD
    @TheILOVEYOUXD 7 месяцев назад

    U are the best, thank u

  • @adityakdevin
    @adityakdevin 7 месяцев назад +1

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

    • @SXsoft99
      @SXsoft99 7 месяцев назад

      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  7 месяцев назад

      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

  • @virgiliustancu9293
    @virgiliustancu9293 7 месяцев назад

    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  7 месяцев назад +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 7 месяцев назад

    nice