Sunday, March 5, 2017

How to connect two laravel applications?

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



via Rowayda Khayri

Advertisement