Web Artisan

Results 6 comments of Web Artisan

@larsjanssen6 Hello. I think this is true for everyone, especially if you enable DevTools and SSR mode in development mode. It depends on the resources of the hardware on which...

> I see that devtools is enabled by default in the configuration. Hi, devtools is disabled by default. Try changing "enabled" value to true. https://github.com/k2so-dev/laravel-nuxt/blob/4a208987e31917eb2589854428a52bfce052953e/nuxt.config.ts#L15-L22

Hi, yes, I plan to add docker files, but I don't know exactly when I will be able to do it. I recommend using the simplest solution - [Laravel Sail](https://laravel.com/docs/11.x/sail).

@nicholascourage Hello, thanks for your interest in the project. But I would like to outline my point of view a little about the docker environment. Full end-to-end Docker Environment as...

Hi. You need to make sure that the local address for the API_URL variable in the env file is used.

Another option is to check the browser setting "Upgrade connections to HTTPS". You can also try disabling the `nuxt-security` module by deleting it from the `nuxt.config.ts` along with the `security`...