How to get a data from another microservice in laravel Uncategorized Posted on February 9, 2023 | by Roshan K Create modal in the client side :- app\payment.php In config\database.php Add :- In .ENV Add In Controller —-> Import modal use App\payments;use App\Http\Controllers\Api\PaymentApiController; Add In function :-