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

Change public to public_html #17

Closed DrWhite87 closed 5 years ago

DrWhite87 commented 5 years ago

How i can change generate dir "public/_nuxt -> public_html/_nuxt"?

skyrpex commented 5 years ago

It's currently hardcoded to be generated within the public directory, which is what usually Laravel expects. May I ask why are you using public_html/?