@awadgorg I would recommend yout to watch this. It covers almost everything that you need to know in order to combine laravel and nuxt.
https://www.youtube.com/watch?v=xS4Om2ZSu2o&list=PLjCZ5YN4Hlacehn798-qep4yXDcL4oF-x
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello, I want to use Nuxt js as my front-end and Laravel as an API so I've created laravel project and inside of the public function created the nuxt project and run npm run dev insde of the public and everything works fine and run php artisan serve at the root of project to handle API with laravel, the problem is the nuxt fetch method and asyncData are not working for some reason am I doing anything wrong. I want to make universal web app
Please or to participate in this conversation.