Thank you for the video. I think integrating Laravel + vue.js by adding vue as a dependency in Laravel project with some plugins is better way to use them together. In this apporach you put all of your vue.js related code in resources/js directory and it is much more easy to manage small-mid sized projects. It seems you are using separate codebase, which means they are different projects.
Informative. Thank you.
Thank you. This was really helpful. ❤
Thank you for the video. I think integrating Laravel + vue.js by adding vue as a dependency in Laravel project with some plugins is better way to use them together. In this apporach you put all of your vue.js related code in resources/js directory and it is much more easy to manage small-mid sized projects. It seems you are using separate codebase, which means they are different projects.