You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@martin-ro Hello. Unfortunately, I have no experience with laravel forge, but I can assume that it is necessary to create 2 proxy web servers separately for Laravel and for Nuxt.js. For example, Laravel on the api.example.com subdomain proxies 127.0.0.1:8000, and Nuxt on example.com proxies 127.0.0.1:3000.
What tripped me up was that forge will hide the Octane & Horizon toggles when the path is set to dist. Other than that I think I got it mostly working. Thanks.
Hi,
thanks for this great starter package. I've been playing around with it locally.
Would you mind explaining how to deploy this setup with forge? As this is a monolith how'd you run octane and also serve the frontend with nuxt?
Cheers
The text was updated successfully, but these errors were encountered: