NextJS and Laravel Can Be Friends

preview_player
Показать описание
Did you know that Laravel has a Breeze implementation for NextJS to use in conjunction with a Laravel API? Now you do.

Join us as we walk through some of the niceties that the NextJS Laravel Breeze implementation has out of the box and how you might start communicating with your Laravel back-end with NextJS.

00:00 Introduction to Laravel and Starter Kits
01:39 Setting Up Laravel Backend API
05:38 Implementing User Authentication
11:07 Fetching Data from Laravel API
15:36 Associating Data with Users
18:46 Queueing Tasks with Laravel
22:20 Conclusion and Final Thoughts
Рекомендации по теме
Комментарии
Автор

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

QueeeeenZ
Автор

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.

zulfiqrysaadputra
Автор

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

vuyaD
Автор

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

MdArifBinAAziz
Автор

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

nicknick-dev
Автор

Hopefully Laravel team release typescript version of breeze-next

CharlieKiloSierra
Автор

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

stevepottz
Автор

Thank you for this video!

14:45 - Missed an opportunity to go for millions of peaches. :D

ISKLEMMI
Автор

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

lotkutv
Автор

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?

gerardnll
Автор

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

simonswiss
Автор

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

ryanp
Автор

Wow thank you Seth Rogen😄 it was really great video

alifatahi
Автор

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.

discoverlance
Автор

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

YeowPann-kwdt
Автор

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

sawos
Автор

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

nicolasmartinez
Автор

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

NeiRauniSantos
Автор

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

xdvfycz
Автор

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

FranFiori