May 23, 2020
0
Level 1
How to call the data from lumen in laravel controller to check duplicate data
I have to make ajax call to check duplicate data.I am very new to this and desperately need help. I think I need to write something similar like this in the laravel controller but how to do that?
$url = $domain . "/api/v1/campaign/check_title";
Please or to participate in this conversation.