skyrpex / laravel-nuxt-js

Build a SPA with Laravel and Nuxt.
https://www.npmjs.com/package/laravel-nuxt
MIT License
146 stars 20 forks source link

Don't use artisan server #46

Open GautierDele opened 3 years ago

GautierDele commented 3 years ago

Hello,

Is there any way to force the package to not create an artisan server in order to redirect on docker installation ( used to test redis installation with horizon in my case ) ? It could be great to have an option to specify the URL and if empty -> generate the artisan server. To be more precise in our case -> change the redirect that is usually in localhost:3001 to the URl given.

Thanks, Gautier