Monday, March 6, 2017

How to connect two laravel applications?

I have 2 laravel (5.2) apps sharing the same database. The 2 apps are used from 2 different user types. Now I want to get them connected to each other so that when a request is sent from a user using the first app to save data to specific database table, a notification is sent to the second app with this data. How can I do this ??



via Rowayda Khayri

Advertisement