NextJS and Laravel Can Be Friends

Поділитися
Вставка
  • Опубліковано 25 сер 2024

КОМЕНТАРІ • 154

  • @QueeeeenZ
    @QueeeeenZ 2 місяці тому +32

    I am using Nuxt (Vue) with Laravel and it's a match made in heaven ❤

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +9

      Nuxt is AWESOME. I'm a big fan. Even before I started working in Laravel. There's also a community maintained Nuxt Breeze repo that has some neat features if you want to take a look. :)
      -Josh

    • @vardasolutions5981
      @vardasolutions5981 2 місяці тому

      same here bro. I love this combination.

    • @theprimecoder4981
      @theprimecoder4981 2 місяці тому

      I started learning Nuxt and I I'm excited to incorporate Laravel in the mix

    • @stevepottz111
      @stevepottz111 Місяць тому

      @@LaravelPHP Nice! if you get the chance can you post the link to this repo?

  • @zulfiqrysaadputra
    @zulfiqrysaadputra 2 місяці тому +19

    Cool stuff about Laravel, it includes more than what it seems. People keep comparing Next.js and Laravel when in reality in only compares to "part" of Laravel and does not realize you can use them together. So instead of Next.js + some database package + some auth package, you can just use Next.js + Laravel.

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +1

      YOU'VE GOT IT! It's nice to have flexibility and options when working with Laravel. And if you have an existing Next.js app and just need something like queues... well you can use Laravel for that too. ☺️
      -Josh

  • @vuya3D
    @vuya3D Місяць тому +2

    Comes to the right moment. Please provide more videos with Next.js.

    • @LaravelPHP
      @LaravelPHP  Місяць тому

      I'm glad it helped and was useful for you! We will have to do some more NextJS videos in the future. :)
      -Josh

    • @vuya3D
      @vuya3D Місяць тому

      @@LaravelPHP very happy to hear that. Thank you so much!

  • @MdArifBinAAziz
    @MdArifBinAAziz 2 місяці тому +5

    Mind blowing! Really helpful to jump in nextjs. Thank you so much.

    • @LaravelPHP
      @LaravelPHP  2 місяці тому

      Thank you so much for watching. I'm glad it could be helpful. :)
      -Josh

  • @CharlieKiloSierra8893
    @CharlieKiloSierra8893 2 місяці тому +5

    Hopefully Laravel team release typescript version of breeze-next

  • @nicknick-dev
    @nicknick-dev 2 місяці тому +3

    The sound of the video is MUCH better this time around :D

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +1

      I'm glad Nick! I made sure to take it into account for the last two. ☺️
      -Josh

  • @zieddams
    @zieddams 2 місяці тому +4

    very clean - well done sir

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +1

      Well thank you. I appreciate the watch and support! :)
      -Josh

  • @lotkutv2392
    @lotkutv2392 Місяць тому

    in our company we used this combination, really love to use both.

    • @LaravelPHP
      @LaravelPHP  Місяць тому

      It's nice to have that flexibility and power for the front-end and back-end, huh. :)
      -Josh

  • @ISKLEMMI
    @ISKLEMMI 2 місяці тому +1

    Thank you for this video!
    14:45 - Missed an opportunity to go for millions of peaches. :D

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +2

      Gah! I missed a great opportunity there. 😂 Next time. :)
      -Josh

  • @alifatahi7952
    @alifatahi7952 2 місяці тому +9

    Wow thank you Seth Rogen😄 it was really great video

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +2

      😂 Thank you for the chuckle.
      -Josh

    • @alifatahi7952
      @alifatahi7952 2 місяці тому

      @@LaravelPHP You know I really love it since I use Laravel for my project and now I see I can use it wit Next makes my job really easy so I don't need to learn Node js now

  • @aliffiansyahmaulana
    @aliffiansyahmaulana 2 місяці тому +1

    Awesome, will try this sometimes

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +1

      Glad this could be useful to you. It’s a lot of fun to work with. :)
      -Josh

  • @stevepottz111
    @stevepottz111 Місяць тому

    Cool video. This gives me some ideas of how to pair Laravel with Sveltekit or Nuxt.

    • @LaravelPHP
      @LaravelPHP  Місяць тому +1

      I'm glad this helped you out! There's also a great community maintained Nuxt version that you can take a look at. :)
      -Josh

  • @simonswiss
    @simonswiss 2 місяці тому +1

    Loved the sip of phantom chroma key water! Jokes aside, amazing video!

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +1

      Did I really drink water or was it just an 🪄illusion 🪄 😉
      Thank you Simon! :)
      -Josh

  • @shahabz24
    @shahabz24 13 днів тому

    You made things better just want to say that you gave me i thing which is right but also developed mu interest in laravel.

    • @LaravelPHP
      @LaravelPHP  11 днів тому

      So glad that's the case. Thank you! :)
      -Josh

  • @FranFiori94
    @FranFiori94 2 місяці тому +2

    I think a openapi codegen to have react query hooks to call the api would be great

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +2

      It would be! While it might not be a great PR for the repo, I know the Laravel team loves when we have community repos that other people can learn from. Fork the Breeze repo and let's get started. :)
      -Josh

  • @mychoppaeat
    @mychoppaeat 5 днів тому

    I noticed in your terminal you have herd pro. Could you make a video sometime explaining the features with herd pro and whether its worth it for xyz people / use cases.

  • @discoverlance
    @discoverlance 2 місяці тому +7

    When using Laravel as an API with NexJS (app directory), the same setup does not work well. With app directory, we do a lot of things on the server than client. So authentication will be handled on the server in a react server component/page or nextjs layout. Do you have any ideas on how to still connect to Laravel API but all actions are server to server communications including auth checks and getting data.

    • @FranFiori94
      @FranFiori94 2 місяці тому +2

      Why would y do that tho

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +11

      So the current iteration of the Breeze implementation of NextJS is using the App directory. While it may not be doing EVERYTHING on the server (and I didn't want to change too much with how things are set up out of the box), there's definitely ways to make this happen.
      It might be a great second video, but it would start with using Middleware to check for Authentication rather than a Layout page. Then, with the introduction of Server Components, we could use actions in the NextJS pages to fetch and post data.
      Do you think it would be handy to have a more in-depth guide for server-first NextJS?

    • @crik0724
      @crik0724 2 місяці тому

      @@LaravelPHP Hell yeah!
      I would like to hear also when would a setup like that make sense.
      As cool as it sounds, it feels weird to have a "server => server => client" implementation.

    • @ethan.creates
      @ethan.creates 2 місяці тому

      @@LaravelPHP would love a more in-depth guide, very interested to leverage Laravel's auth and overall backend for my Nextjs apps

    • @discoverlance
      @discoverlance 2 місяці тому

      @@LaravelPHP yes that would be very handy. I soiled my hands a couple of times but couldn't get it to work especially csrf tokens couldn't match when making post requests so I even thought of disabling csrf tokens or using API tokens instead. So at least I would really appreciate it.

  • @septianardiwijaya3927
    @septianardiwijaya3927 20 днів тому

    im get confused this is using sanctum or not
    because i tried to create login custom and get user in saparate route with sanctum api alwasy authentication response

  • @SaXuongLife
    @SaXuongLife 24 дні тому

    Auth is perfect but I am not sure how to handle with roles and permissions for Next. How can I protect routes/middleware based on their roles?

  • @YeowPann-kw4dt
    @YeowPann-kw4dt 2 місяці тому +2

    Hi, May i know which terminal are you using on this demo?

    • @LaravelPHP
      @LaravelPHP  2 місяці тому

      Sure thing! This is the "Warp" terminal. ☺️
      -Josh

  • @mediafire09
    @mediafire09 2 місяці тому +4

    And nothing about how to authenticate requests coming from server components

    • @ricdizio
      @ricdizio 2 місяці тому

      It’s already done via cookies/session

    • @mediafire09
      @mediafire09 2 місяці тому

      @@ricdizio do you mind explaining how it's done via session when the next server is initiating a request?

  • @sentgine
    @sentgine 2 місяці тому +1

    Great content! But wouldn't it be much simpler if we just used the Laravel + React Breeze scaffold? After all, what Next.js is mainly used for is its ability to support server-side rendering and server components out of the box. But with Laravel as the backend, couldn't we just make it so that Laravel handles routes that require server-side rendering while using React for routes that require intensive client-side interaction?
    The only reason I use Next.js is its support for React and server-side rendering. But other than that, it still needs a backend like Express, Laravel, Go, Django, or Rails because it can't really do everything on its own.
    What do you think? 🤔

    • @MohamedElguarir
      @MohamedElguarir 2 місяці тому

      agree, in fact you get that shiny server-side rendering stuff only with plain React, look into a package called inertia-ssr. honestly the implementation on this video only adds boilerplate and makes your life harder lol.

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +2

      I think the Laravel and React scaffold using Inertia is a great option and gives you all of the power of React with the flexibility of Laravel! Especially if you have the choice. There might be business reasons that one might choose to use Laravel as an API with NextJS. Perhaps, you're needing to take advantage of things like ISR or SSG that are implemented out of the box with Next. Or, it's already been implemented in a project but you're wanting to move to Laravel on the back-end piece by piece (maybe with queues or background jobs).
      Overall, it's great to have options and Laravel is fantastic to make those options NUMEROUS. ☺️
      -Josh

    • @sentgine
      @sentgine 2 місяці тому

      @@LaravelPHP That makes sense. Thanks Josh!

  • @MarioPalomera
    @MarioPalomera 2 місяці тому

    This also makes it easier to integrate with Angular or other FE frameworks

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +4

      Correct! The API version of Laravel as a starter kit is a great way to start implementing this with your (or your companies) favorite front-end resource. I even use that starter kit to implement a back-end for a Chrome Extension I created.
      There's even some community driven examples using Nuxt, SvelteKit, and others.
      -Josh

  • @gerardnll2
    @gerardnll2 2 місяці тому +1

    I would love to be able to develop the frontend without needing to install the BE locally and just pointing to a dev environment on the cloud. Is that possible? I don’t think so with sanctum cookies, right?

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +1

      I don't think this is possible at the moment! I know that Google IDX is making something like this happen though.
      -Josh

  • @sawos1596
    @sawos1596 2 місяці тому +1

    Your video was really right on time but i would like to know if its possible using next auth with laravel ?

    • @tauhid97k
      @tauhid97k 2 місяці тому +2

      Why would you want to do that? Laravel has every kind of authentication solution that you can connect with the next.js front.

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +2

      I would say it's possible but maybe not necessary. NextAuth just replaces a lot of what Sanctum is set up for within the Laravel API implementation.
      -Josh

    • @sawos1596
      @sawos1596 2 місяці тому

      @@tauhid97k its just im new to laravel and i used to work with next auth, i will take a look into it

  • @NeiRauniSantos
    @NeiRauniSantos 2 місяці тому +1

    Hi, out of curiosity. what is the software you use to record that?

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +2

      Hello! I use OBS to record and have some custom scenes set up so that I only have minimal editing to complete after recording.
      -Josh

    • @NeiRauniSantos
      @NeiRauniSantos 2 місяці тому

      @@LaravelPHP amazing. Thank you

  • @joe4843
    @joe4843 2 місяці тому

    This is amazing

  • @yvannerosat
    @yvannerosat 9 днів тому

    thank you for your vidéos, what your theme vscode ? i liked

    • @LaravelPHP
      @LaravelPHP  7 днів тому

      Thank you! This is the Catppuccin Frappe theme. :)
      -Josh

  • @andreyaires226
    @andreyaires226 Місяць тому

    Are you left handed or is the video inverted? 😮

    • @LaravelPHP
      @LaravelPHP  Місяць тому

      I am actually right handed, the video is just inverted during that coding portion. Good eye! :)
      -Josh

  • @nicolasmartinez684
    @nicolasmartinez684 2 місяці тому

    Awesome, but I have a question. Where can I find the next repo in TypeScript?

    • @LaravelPHP
      @LaravelPHP  2 місяці тому

      There is no official typescript version just yet. However, there are a few community driven repos that you might want to try out:
      github.com/bry221996/laravel-breeze-next-typescript

  • @meemaw8949
    @meemaw8949 2 місяці тому

    ❤❤❤

  • @user-xd1vf4yc5z
    @user-xd1vf4yc5z Місяць тому

    what is name of vscode icon theme using on video? It's very pretty!

    • @qoophon3790
      @qoophon3790 Місяць тому

      oh nevermind i found it. it's "Symbols" file icon theme

    • @LaravelPHP
      @LaravelPHP  Місяць тому

      This is actually the "Catppuccin Frappe" theme. :)
      -Josh

  • @ryanp56
    @ryanp56 2 місяці тому

    Does the Breeze/Nextjs package work with the API and the client app being on different domains?

  • @ThePandaGuitar
    @ThePandaGuitar 2 місяці тому

    Question - I see many useful packages in Laravel ecosystem using Livewire. But I want to use Laravel with React using Inertia. Does that mean I won't be able to use those packages?

    • @josephajibodu2377
      @josephajibodu2377 2 місяці тому

      You can benefit from all laravel packages, but not on the frontend.

    • @LaravelPHP
      @LaravelPHP  2 місяці тому

      If you're using the Inertia stack, like Joseph mentioned, you could use most packages designed for React unless they are Next.js specific (and use things that are framework specific).
      Plus, you can take advantage of Laravel specific packages that don't touch Blade.
      But you can also use React components in Livewire with packages like "MingleJS", as well. :) The world is your oyster!
      -Josh

  • @TallStack-su8sq
    @TallStack-su8sq 2 місяці тому

    any alternatives for nuxtjs and breeze or jetstream?

    • @LaravelPHP
      @LaravelPHP  2 місяці тому

      There's a community repo for Nuxt and Breeze that I found, so it's not an official Laravel supported version, but great to use and learn from! github.com/amrnn90/breeze-nuxt
      -Josh

    • @TallStack-su8sq
      @TallStack-su8sq 2 місяці тому

      @@LaravelPHP thanks

  • @endoritos__
    @endoritos__ 2 місяці тому

    What about hosting can u host it on places that support next js but not laravel ??

    • @LaravelPHP
      @LaravelPHP  2 місяці тому

      Yep! Your NextJS can be hosted wherever you want. Your Laravel application would just be hosted on places that are PHP friendly (like Laravel Forge or Vapor). The only requirement is that the front-end (NextJS App) and back-end (Laravel API) use the same domain.
      -Josh

  • @filomontani8683
    @filomontani8683 2 місяці тому +2

    But should they?

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +2

      I think having the options within Laravel is only a good thing. :)
      -Josh

  • @brunocascio
    @brunocascio 2 місяці тому

    Using nextjs with 'use client' everywhere is the same as using react only... What would great is to see is laravel using nextjs with sort of BFF pattern so SSR/ISR/SSG can be used

    • @brunocascio
      @brunocascio 2 місяці тому

      Btw, I'm very happy to see NextJS ecosystem working together with Laravel

    • @LaravelPHP
      @LaravelPHP  2 місяці тому

      I agree with you there! I didn't want to veer too far away from the conventions that have already been set up in the NextJS implementation, but I think that would be a great next step or a PR (I know others have already done similar stuff in the wild, and with the Nuxt community repo too).
      Using NextJS middleware for auth is a perfect way to have that server side rendering implementation. And then I would probably lean on Actions and Mutations for data fetching instead of Axios if I was implementing this from scratch.
      Hopefully that helps. :)
      -Josh

  • @marioniko4714
    @marioniko4714 2 місяці тому

    What db client are u using?

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +2

      This is TablePlus. I love it. :)
      -Josh

  • @kantediakaridia
    @kantediakaridia 2 місяці тому

    Thank you,
    You set up typescript version (ts)

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +3

      While the one maintained by the team doesn't have a Typescript version, I know this might be a great PR if you're up for it. :)
      -Josh

    • @mobythereal
      @mobythereal 2 місяці тому +1

      @@LaravelPHP i alrady made a ts version can i make a pr?

    • @Terminus265
      @Terminus265 2 місяці тому

      @@mobythereal Send github repo link.

    • @josephajibodu2377
      @josephajibodu2377 2 місяці тому +1

      ​@@mobythereal everyone knows js, not everyone knows ts. I feel they used js intentionally. You can make a PR and let's see.

    • @josephajibodu2377
      @josephajibodu2377 2 місяці тому

      @@mobythereal check pr #22

  • @yigityalm5784
    @yigityalm5784 2 місяці тому

    Can you share your vscode settings?

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +3

      Almost all of my VS Code settings are using Caleb Porzio's settings in his Make VS Code Awesome course. Highly recommend. Other than that, the theme is Catppuccin Latte and the font is Dank Mono. :)
      -Josh

  • @mobythereal
    @mobythereal 2 місяці тому

    you actually don't need to send a csrf request each time as laravel store that in the cookies when you first login and use it for each request forward

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +2

      That’s a good point! I should have talked through what it was doing in the auth implementation to show it’s not necessary for every request we make (like kicking off a queue).
      Thanks for pointing that out. :)
      -Josh

    • @mobythereal
      @mobythereal 2 місяці тому

      @@LaravelPHP yes! I am very glad that finally more people talking about this. I was working with it since it was only with nextjs 12 (2022 i guess)and now I literally can’t start a project any other way! I would love to see more videos about this nextjs/laravel combo. And thank you guys for the efforts 🤝

  • @nasko235679
    @nasko235679 2 місяці тому +2

    Making NextJS act as a front-end pseudo-framework and connecting it to laravel feels pointless to me. At that point just go with laravel+inertia+react. NextJS without it's backend features is just bloated,convoluted react.

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +3

      I would lean that way as well if you started from scratch. However, where it can be appealing is you now have one place (your Laravel backend) to manage your auth, queues, emails, cron, etc. While NextJS has services and options for those, having it in one place would be helpful. That way you only need to extract from an API endpoint with NextJS when necessary. Maybe you want to run most things in an API endpoint, auth be managed by a third party, but have your queues be managed by Laravel.
      Totally possible.
      -Josh

  • @ravisorathiya1756
    @ravisorathiya1756 2 місяці тому

    I bet you Josh your "ahaa" sound must be inspired from Jeffery way Jeffery always do "ahhaaa"

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +1

      You're onto me! 😂 I love how Jeffrey always finds ways of making errors and mistakes seem fun.
      -Josh

    • @ravisorathiya1756
      @ravisorathiya1756 2 місяці тому

      @@LaravelPHP Jeffery is swagger

  • @DestroyWolves
    @DestroyWolves 2 місяці тому

    I dev on Laravel api's and my front is on react since 2 years ago

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +1

      Love it. I personally haven't used it for any real-world projects, but it's how a LOT of folks are using Laravel. Having that flexibility to use Laravel however is best for you and your product is INCREDIBLE.
      -Josh

  • @Ivcota
    @Ivcota 2 місяці тому

    I really wish it was typescript based. Regardless, this is nice 👍

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +2

      I bet a Typescript version would be a great PR. 😏
      (I personally don't know enough to do it, but it would be a great option!)
      -Josh

  • @himesh_89
    @himesh_89 2 місяці тому

    Is there good rich text editor for laravel v

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +1

      You can use whatever works best for you! Some folks love PHPStorm, others (like myself) love VSCode, while some people use NeoVim or Sublime Text. Just pick what fits your style. :)
      -Josh

    • @drugoviic
      @drugoviic 2 місяці тому

      Phpstorm is the best in my opinion as it is feature rich with superior refactoring capabilities, but its not free though

  • @ErdemNagikho
    @ErdemNagikho 2 місяці тому

    I use Laravel with herd and i created app as name laranext so it's domain laranext.test. I set NEXT_PUBLIC_BACKEND_URL=laranext.test like this but i am getting CSRF token mismatch in register.

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +1

      I don't know the answer to this and would have to do some digging, but I believe it's because your NextJS is not being served from the same domain. Since that would be on something like "127.0.0.1:8000".
      I believe you have to run php artisan serve so that it's being served from localhost, as well. That being said, there probably is a way to make it work, but I have not tried solving it yet.
      -Josh

    • @ErdemNagikho
      @ErdemNagikho 2 місяці тому

      ​@@LaravelPHP First of all, thank you for your answer. I did not give up and solved the error by making some changes in the config files.
      In package.json i changed scripts dev as ' "dev": "next dev -H laranext.test"
      and in laravel .env i added SANCTUM_STATEFUL_DOMAINS=laranext.test:3000.
      FRONTEND_URL=laranext.test:3000

  • @shubhamsahuSD
    @shubhamsahuSD 2 місяці тому

    But livewire anytime.... Great option

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +1

      Livewire still holds a very special place in our hearts. 🥰 But it's nice to have options!
      -Josh

  • @TVpositiv
    @TVpositiv 2 місяці тому

    where Laravel Files ????

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +1

      After running the Laravel new command, you'll be able to select the Breeze API starter kit which gives you everything you need to get up and running with this. ☺️
      -Josh

  • @brightlyvirya7500
    @brightlyvirya7500 2 місяці тому +1

    too much complexity for me, I think I rather react laravel or just full next js express fullstack

    • @LaravelPHP
      @LaravelPHP  2 місяці тому

      You can definitely do that too with Laravel Inertia React stack (a Breeze scaffold too). But it's nice to have options too knowing that Laravel can "just" be an API. :)
      -Josh

  • @mediafire09
    @mediafire09 2 місяці тому

    It doesn't make much sense because next is using server components now. Page router is dead

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +1

      The NextJS Breeze implementation repo from the Laravel team IS using the App Router, just not server actions to fetch or post data just yet. That's why I did want to clarify that something like that COULD be done with NextJS or if you wanted to use React Query or something else, it's entirely possible.
      But for the purpose of this video, I did want to use the conventions already set in place in the rest of the starter project. :)
      I would look towards the Nuxt community Breeze implementation for some thoughts on how they are doing server actions, but putting the auth in the Middleware would be a great first step (and maybe a welcome PR to the repo). The good news is the Laravel API setup doesn't change.
      -Josh

    • @mediafire09
      @mediafire09 2 місяці тому

      @@LaravelPHP the server actions are the most difficult part of this auth flow... So just having axios and using next as SPA isn't that helpful. Even at the beginner level.

  • @KhodeCamp
    @KhodeCamp 2 місяці тому

    No 😅

    • @LaravelPHP
      @LaravelPHP  2 місяці тому

      Can't we be friends and combine our powers? 🥺👉👈
      -Josh

  • @blabla-kk8bl
    @blabla-kk8bl 2 дні тому

    Yea you can be good friends but Django kicking your tiny butts.

  • @codernerd7076
    @codernerd7076 2 місяці тому +3

    But seems NextJS Devs hate Laravel and PHP in general! :(

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +4

      Well, maybe we can change that perspective. :)
      (I think more and more people are getting on board though!)
      -Josh

    • @QueeeeenZ
      @QueeeeenZ 2 місяці тому +3

      I'm a Nuxt dev and I love Laravel.

  • @baware80
    @baware80 2 місяці тому +4

    why not just use Laravel instead of going through the complexities of a JS framework? keep it simple.

    • @LaravelPHP
      @LaravelPHP  2 місяці тому +3

      I think it shows the flexibility that Laravel provides out of the box. You can (and many people do) choose to use it as an API-only implementation like we see here.
      But you also have incredible flexibility to use Laravel as a Full Stack framework, with React/Vue/Svelte in Inertia, or with something like Livewire, HTMX, or even JQuery if you wanted!
      -Josh

  • @mynameisnotshane6501
    @mynameisnotshane6501 2 місяці тому

    bro is talking human language not like those nerds out there trynna teach

    • @LaravelPHP
      @LaravelPHP  2 місяці тому

      Hmm. Thank you? 😂 I will take it as a compliment. :)
      -Josh

  • @Herxh428
    @Herxh428 2 місяці тому

    React and laravel is new MERN

    • @LaravelPHP
      @LaravelPHP  2 місяці тому

      Or... LRNT (Laravel, React, NextJS, Tailwind). 😉
      -Josh

  • @greendsnow
    @greendsnow 2 місяці тому +1

    I'd use appwrite or supabase instead of this. Who cares about learning php?

  • @user-dh9rh3js3u
    @user-dh9rh3js3u 2 місяці тому

    noooooooooooooooooooooooooooo keep them separate.

    • @LaravelPHP
      @LaravelPHP  2 місяці тому

      Can't we be friends and combine our powers? 🥺👉👈 (It's nice to have the flexibility to combine or stay separate though).
      -Josh