Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Corbin's avatar

Share Laravel API & Vue SPA publicly like you can with Laravel Valet share?

I've built an API using Laravel that transfers the data to a Vue SPA in a different directory. What I'm wondering is if there is a way to share both my Vue and Laravel project publicly so my designers can look at the problems I am having?

I know laravel just requires valet share, but I have not idea how to easily accomplish this with my Vue app. The app is no where near ready to put on a public dev server, so it would be nice to be able to do this.

Any ideas? Thanks guys

0 likes
1 reply
automica's avatar

@corbin i'd spin up some dev hosting and deploy it there. if you don't want the public accessing it yet, just stick a .htpasswd in front of it to protect it.

Please or to participate in this conversation.