question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Laravel Valet like service for Vue CLI projects

See original GitHub issue

What problem does this feature solve?

  • Avoid having to manually start serve for each project
  • Add the ability to share sites using local tunnels
  • Having developer friendly test sites using like my-project.test instead of localhost:8080

What does the proposed API look like?

A single node service which would handle all requests. This service would spin up the dev servers on demand and then proxy requests to each dev server based on the domain name.

If the feature is deemed worthwhile by the community, I’m happy to help start putting this together 😃

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
morrislaptopcommented, May 31, 2018

Not just Laravel users! Valet is pretty general purpose, but it suffers the same fate as Laravel Mix, which is also a very good general purpose tool…

0reactions
yyx990803commented, May 31, 2018

That sounds pretty neat for Laravel users!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Serve vue-cli project with valet - Stack Overflow
While this doesn't work with vue-cli-service serve , I have found a workaround that works with build. You can serve static sites using...
Read more >
Using Laravel Valet to serve Vue 3 applications - YouTube
Laravel InertiaJS & Vue 3 toast notifications · Adding multi tenancy to an existing Laravel web application · Holiday Season | 3Hrs of...
Read more >
How to Build a Full-Stack Single Page Application with ...
Vue is a fantastic framework that you can use as a stand-alone to build single-page applications, but you can also use it with...
Read more >
Setting up Laravel 8 with Vue.js and Tailwind css
We will be using Vue Cli to install and create a boilerplate vue project. Its easy to install and gives you a few...
Read more >
Build a modern web application with Laravel and Vue - Part 2
password – used in authentication. Open the User model which is in the app directory and update it as below: <?php namespace App;...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found