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

work with apache http or nginx #6

Closed kaxias closed 6 years ago

kaxias commented 6 years ago

hi! it possible to work with apache or nginx? not only php server.

skyrpex commented 6 years ago

Hello!

Yes, after running laravel-nuxt build, you'll have your production ready assets inside the public directory. Then, serving your app as usual (using apache or nginx) should just work.