@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

@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 🚀

@codeagency

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

@mohdasifkhan2889

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

@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.

@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

@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.

@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

@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...?

@kanways8

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

@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?

@ninoJAckwwe

Thank you for the great tutorial ^_____^

@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!

@disiakakal

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

@rawnato

Laravel it’s a great solution for API!

@mohdsajidshaikh4291

Yes laravel and nextjs

@Gurpreetsingh-p2s6n

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

@nayeemislam574

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