简体   繁体   English

Laravel聊天系统RESTful API

[英]Laravel Chat System RESTful API

我花了最后几天研究如何开发一个聊天系统API,以便稍后在Mobiles中使用。我进行了很多搜索,并且没有明确的教程可以为我提供所需的答案,因为我是laravel的新手,我无法弄清所有内容在laravel和Web开发方面,有人可以帮助我,并给我说明如何启动以及使用Pusher或Firebase Clouding Messaging时需要哪些通知系统。

if you are familiar with php, here some good link for you : 如果您熟悉php,可以在这里找到一些不错的链接:

  1. https://laravel.com/docs/5.5/installation https://laravel.com/docs/5.5/installation
  2. https://laravel.com/docs/5.5/database https://laravel.com/docs/5.5/database
  3. https://laravel.com/docs/5.5/responses (#json-responses) https://laravel.com/docs/5.5/responses(#json-responses
  4. https://laravel.com/docs/5.5/broadcasting (web socket way for "pushing" a notification) https://laravel.com/docs/5.5/broadcasting (用于“推送”通知的Web套接字方式)
  5. for mobile app, maybe you could use Android Studio or with IONIC Cordova 对于移动应用,也许您可​​以使用Android Studio或IONIC Cordova

then apart from that, it all depends on your logic, good luck ;) 然后除此之外,一切都取决于您的逻辑,祝您好运;)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM