Web Artisan

Results 11 comments of Web Artisan
trafficstars

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

Hi. This is a very reasonable idea. The ability to select authorization during installation would really make the project more versatile. I agree that in some scenarios, session-based authorization is...

OK, I’ll add this functionality in the next couple of weeks.

@mubaidr The module you suggested is very good for SPA mode, maybe I would integrate it in the future. But for now the reason is local proxying of api requests...

There are a few things you can do: 1. In the .env file, change `AUTH_GUARD` to `web` 2. Move the routes from `routes/api.php` to `routes/web.php`. 3. In the `bootstrap/app.php` file,...