zidance's avatar

What is the pros and cons if setup vue in laravel?

Is there any reason why we setup vue in laravel? Can it be another application without integrate in laravel application? I would like to know the reason why do in that way, appreciated for any feedbacks..

0 likes
1 reply
bugsysha's avatar

The only reason is to give a convenient starting point. You can use it. Or you can replace it with something else. Or you can remove it and have a separate repository for your frontend. But if you like to have a monolith app with everything in a single repository for a single deployment, then this is probably the most convenient setup.

Please or to participate in this conversation.