@orcdev

Should I create some app using Laravel and Next.js?

@nearweb8133

I use laravel since 2020 and still use it. Php is a good language for web development and easy to learn. So many people stuck with old php (V5) and said often "php is dead". In reality, php is still here and grow up.

@KamranBhutto

Your teaching method is very good, if you have time, please make more tutorials Laravel and Next.js

@codeagency

Would love to see a combo like  nestjs (micro service) + nextjs In a turborepo 😁

@ahmedjaber8595

i read some of comments, your subscribers looks they didn't know what is laravel ecosystem and what it gives out of the box
new sub here, continue 🚀

@mohdasifkhan2889

This is okay!
Instead of using other backend stuffs, we should be able to use laravel from scratch to run all the backend stuff smoothly.

@mohdasifkhan2889

I was just thinking about this now!
Damn!
I'll watch this soon!

@john-zl5et

I also checked that using Inertia to combine Laravel and Next.js works wonders and you don't need to implement API between frontend and backend either! Please make a video about it.

@rylandermedia

Around 4:16 min in video, you check out the UserResource.php file, and a User.php (I assume a model file) pops up suddenly and no explanation why. I am just getitng into laravel so, can you explain what happened there? Thanks!

@sushieatingcobra

can we use same planetscale database shared with both next js and laravel. so for  major part of app next js reads and writes to same database. But for queued jobs, mails, ratelimiting stuff etc laravel api is used and laravel connects to same database shared with nextjs

@kanways8

Can you make a authentication video with laravel backend and nextjs frontend

@Gurpreetsingh-p2s6n

but here how would you handle errors, like when fetching user we got error in api.

@0O0day

Authentication please

@hijirismail2269

what about laravel 12 mate? its using starterkit like react and inertia js as a frontend

@NikolaĐorđević-z3j

Is it possible to make a tutorial how to handle next.js laravel auth logic, how to store access_token etc...?

@netsudro

I just started a new job today and I am learning NextJS. When I told my new coleagues I am comming from a Laravel background they reacted like I was from the stone age. :)
My question, if I now have to replace my whole backend logic with NextJS.. Is there something in NextJS like Eloquent in Laravel? Is there something to define relationships between models, like a User hasMany Posts, and belongsTo a UserGroup?

@Aziz-kw6ct

Thank you for the amazing tutorial. May you clarify the name of the program that shows the MySQL database that showed in min 5:13

@disiakakal

can i use laravel breeze for my backend with next as the frontend without using the breeze-next starter kit?

@nayeemislam574

Please make a tut on how do we deploy this webapp on a cloud platform.

@rylandermedia

what extension you use for autocomplete in laravel?