You could use 'Homestead' or 'Valet' (mac os x only)
Sep 13, 2018
11
Level 1
vue.js and Laravel - How do we run vue-laravel project on localhost without using "php artisan serve" ?
I Have a Project in Vuejs and Laravel,and i want to run that project without "php artisan serve" like my url should be "localhost/myproject" but it doesn't work and when i run that project with "Php artisan serve" command it runs, but here is also a problem, is that when i reload the page it shows an error then i have to remove all the path like this,, from this "127.0.0.1:8000/default/index" to this "127.0.0.1:8000" and then reload , and then it works,Help me , Thanks
Please or to participate in this conversation.