API

how to make rest api in laravel in hindi

laravel application में हम easily REST Api बना सकते हैं , response के लिए आप Laravel Resoures का use कर सकते हैं या simply custom function बनाकर भी JSON response send कर सकते हैं।

Read More