laravel-nuxt icon indicating copy to clipboard operation
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

Results 5 laravel-nuxt issues
Sort by recently updated
recently updated
newest added

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? ![image](https://github.com/k2so-dev/laravel-nuxt/assets/3357243/0c4bca09-f4a6-4bbc-9698-8c05d2155845)

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

enhancement

``` devServer:{ host:'app-ui.local', port: 3000 } ``` is ignored when I execute `npm run dev` and defaults to http://localhost:3000