Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 324 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 324 Bytes

About This Project

small task for developing chat api in laravel

  • /api/user_list (for getting chat_user_id)
  • /api/send_list (list down the message) -- parameter (sender_id,receiver_id)
  • /api/send_message (send the message) -- parameter (sender_id,receiver_id,message)

connect with me (guptarakesh198@gmail.com)