I have two web Application that's work in different domaine , The first one is a Laravel web application like this
domaine1.com
and another web application that's built also with laravel
domaine2.com
and i have on the first application a dashboard like this ( domaine1.com/dashboard
) , I want to add from this dashboard for example A books to the the web Application 2 , that's have it own database and tables ...... Please can someone tell me how can i do it ? i'm kind of Newbie on laravel , i think i should Use something like API ? or Something else ?
via Marouane SH