Call laravel controller from vue file

Solution:

No, the only way to communicate with your laravel app is your web service. ( Ex: REST Api )

Because Laravel and Vuejs are completely separated. Although in using web services you would have different methods.