forked from munafio/chatify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,18 @@ | |
|
||
# Chatify Laravel Package | ||
|
||
A Laravel package that allows you to add a complete user messaging system into your new/existing Laravel application with only a few easy steps. | ||
A Laravel package helps you add a complete real-time messaging system to your new / existing application with only one command. | ||
|
||
# Requirements | ||
# Prerequisites | ||
|
||
- PHP >=5.3.2. | ||
- Laravel >=5.4 | ||
- Pusher Api Account. | ||
|
||
# Updates (2021-06-1) | ||
|
||
- New release v1.2.2, see [What's new](https://github.com/munafio/chatify/blob/master/CHANGELOG.md) | ||
|
||
# Features | ||
|
||
<img src="https://1.bp.blogspot.com/-KSPiLL3tq_o/XgpLmCgWAuI/AAAAAAAAA6w/n6m4k2MC1joNMgKS6Vpki2-3z92HXUvQwCLcBGAsYHQ/s1600/Screenshot%2Bfrom%2B2019-12-30%2B21-59-55.png" style="width:50%;" /> | ||
|
@@ -36,14 +40,26 @@ A Laravel package that allows you to add a complete user messaging system into y | |
|
||
# Demo | ||
|
||
- Live Demo [SOON]. | ||
- [Live Demo](https://chatify-demo.munafio.com/) | ||
|
||
Register a new user or login using the credentials below : | ||
|
||
``` | ||
email : [email protected] | ||
password : demo1234 | ||
``` | ||
|
||
- Demo app - [Click Here](https://github.com/munafio/chatify-demo). | ||
- Video on YouTube - [Click Here](https://youtu.be/gjo74FUJJPI) | ||
|
||
# Documentation | ||
|
||
You can see the full documentation [here](https://chatify.munafio.com) | ||
|
||
# Change log | ||
|
||
[CHANGELOG.md](https://github.com/munafio/chatify/blob/master/CHANGELOG.md) | ||
|
||
## Author | ||
|
||
[Munaf A. Mahdi](https://www.munafio.com/p/contact-me.html) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters