Download the PHP package sunarctech/laravel-chat without Composer
On this page you can find all versions of the php package sunarctech/laravel-chat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sunarctech/laravel-chat
More information about sunarctech/laravel-chat
Files in sunarctech/laravel-chat
Package laravel-chat
Short Description Pre-build Laravel chat package.
License MIT
Homepage https://github.com/sunarc-technologies/laravel-chat
Informations about the package laravel-chat
Laravel Chat System 💯
Pre-build Laravel chat package. You can use this package to create a chat/messaging Laravel application or you can use the pre-build front-end part to kick-start your project.
Pre-build Laravel chat package. You can use this package to create a chat/messaging Laravel application or you can use the pre-build front-end part to kick-start your project.
Installation
Via Composer
then
Instructions
Install this package and add authentication gurad, you can use some package like Laravel UI
This package uses WebSockets and for that dependent on beyondcode/laravel-websockets
Publish Files
Configurations
Make necessary change in order to change file validations.
chat.php
Make necessary change in order to activate the websocket.
websockets.php
broadcasting.php
Uncomment this provider from app.php, If not present please add this.
.env
Database
Package ships with some migration files, which is required in order to save the messages, defaul driver is used MySQL.
Migrate
Link Storage
How to use?
In order to use the chat, Fisrt need to start the websocket server Using Command:
Visit the route, registered with Package.
Known Error
You might face dependency version mismatch issue at the time of installation, To fix the issue just add -W:
Created by SunArc Technologies
We are the leading Software Development Company providing end-to-end IT services & solutions to our esteemed customers in multiple industries and domains for the past 18+ years? Give us a call.
https://sunarctechnologies.com/
[email protected]
+91-8764025209
:wrench: Supported Versions
Versions supported.
Version | Laravel Version | PHP Version | Support |
---|---|---|---|
0.1 | <=7.0 | 7.3 - 8.x | All features |
License
The MIT Public License. Please see LICENSE for more information.
All versions of laravel-chat with dependencies
beyondcode/laravel-websockets Version ^1.13
guzzlehttp/psr7 Version ^1.7 || ^2.1
illuminate/support Version ^7.0|^8.0
laravel/framework Version ^7.0|^8.0
pusher/pusher-php-server Version ^3.0|^4.0