Hey alex, It would be great if we get audio Video calling system. Thanks in advance
Any reason why you went with a FriendsIndexController
and invoke
rather than a FriendsController
and an index
method?
Hi, you can use __invoke method wıth adding controller to route without index, create like methods. Route will run FriendsIndexController::invoke method. If you have just one method for controller you can use like this.
hope can get tutorial on how to add post or social network web application with real-time chat function, thanks!