Download the PHP package diky22rp/chatifyarjuna without Composer
On this page you can find all versions of the php package diky22rp/chatifyarjuna. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download diky22rp/chatifyarjuna
More information about diky22rp/chatifyarjuna
Files in diky22rp/chatifyarjuna
Download diky22rp/chatifyarjuna
More information about diky22rp/chatifyarjuna
Files in diky22rp/chatifyarjuna
Vendor diky22rp
Package chatifyarjuna
Short Description A package for Laravel PHP Framework to add a complete real-time chat system. Custom package from chatify (munafio/chatify/) for Internal Company
License MIT
Package chatifyarjuna
Short Description A package for Laravel PHP Framework to add a complete real-time chat system. Custom package from chatify (munafio/chatify/) for Internal Company
License MIT
Please rate this library. Is it a good library?
Informations about the package chatifyarjuna
ChatifyArjuna Laravel Package
A package for Laravel PHP Framework to add a complete real-time chat system. Custom package from chatify (munafio/chatify/) for Internal Company
Requirements:
- PHP >=5.3.2.
- Laravel >=5.4
- Pusher Api Account.
Installation
-
Install the package in your Laravel app
-
Pusher Api Settings This package using Pusher Api, so you need to :
- Create account and modify .env file of your Laravel app with your api credentials.
- This package used a Pusher client events, and client events must be enabled for the application. You can do this in the Settings tab for your app within the Channels dashboard.
- Publishing Assets
Packages' assets to be published :
The Important assets:
- config
- assets
- migrations
- controllers
- views
to pusblish the assets, do the following command line with changing the tag value .. that means after --tag= write chatify- + asset name as mentioned above. Example :
- NOTE: Publishing assets means (e.g. config) that creating a copy of the package's config file into the config folder of your Laravel applications and like so with the other asstes (Package's Views, controllers, migrations ...).
- Migrate the new migrations that added by the previous step
note : add field "OnlineStatus" on table user login
- Storage Symlink
Custom Package from https://github.com/munafio/chatify
- Thank u for munafio
All versions of chatifyarjuna with dependencies
PHP Build Version
Package Version
Requires
pusher/pusher-php-server Version
^3.4@dev
The package diky22rp/chatifyarjuna contains the following files
Loading the files please wait ....