Hey everyone, Today I'm going to demonstrate achieving WebSocket Communication between Laravel web application and Flutter mobile application using our own WebSocket Server. This article shall be divided as following: Laravel & Web Socket Server Configuration ⚙️
Here we will get configuration file under /config/websockets.php which holds configurations of the hole WebSocket Server.
Note That WebSocket Server come with monitoring web page that give us live updates about what is currently happening.
#2flutter-configurations Flutter Configurations #installing-packages Installing Packages 📦 heading to your flutter application opening pubspec.yaml file and add the following dependency dependencies: flutter: sdk: flutter laravel_flutter_pusher: ^0.0.4