Is it possible to connect my application made in Laravel with the Vue or Angular?

0

I started a project that will eventually have an application in Vue or Angular .

My question is whether this connection can be made between the system and the application, and whether this "connection" can be made through an API or other functionality.

    
asked by anonymous 25.02.2018 / 23:48

2 answers

0

Laravel already comes pre-configured with Vue JS. You can work Laravel in the form of api and the front separated without any problem, both Vue JS and Angular etc ...

Go for it.

Greetings,

    
04.11.2018 / 17:39
-3

Yes, man, it is possible, but it tries to follow the standards well, because in my project my back did not follow, in case I did not use JWT and now I'm having login complications.     

02.03.2018 / 15:41