laravel-nuxt
laravel-nuxt copied to clipboard
Laravel and Nuxt.js boilerplate designed for development with maximum API performance, ready-made authorization methods, image uploading with optimization, user roles, device management
Hi, Is it just me or is developing with nuxt extremely slow? When I hit save it takes 10 seconds every time before I even see it on my screen....
@k2so-dev Hi there! Do you have future plans about dockerizing this boilerplate? Can you share some recommendations if I will want to do that by myself ?
All my requests are going with https locally, is there any way to change this? 
Hey, I think using token based auth isnt the best practice for frontend. The safer option here is session based auth. Would be great if you could add a possibility...
``` devServer:{ host:'app-ui.local', port: 3000 } ``` is ignored when I execute `npm run dev` and defaults to http://localhost:3000