https://github.com/venkat-sci/laravel-5.3-chating-using-pusher
This App is Developed using pusher,u can clone and you can change the code as per your using.
https://github.com/venkat-sci/laravel-5.3-chating-using-pusher
Last synced: over 1 year ago
JSON representation
This App is Developed using pusher,u can clone and you can change the code as per your using.
- Host: GitHub
- URL: https://github.com/venkat-sci/laravel-5.3-chating-using-pusher
- Owner: venkat-sci
- Created: 2017-01-18T09:22:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T12:56:41.000Z (over 9 years ago)
- Last Synced: 2025-01-21T23:15:08.427Z (over 1 year ago)
- Language: PHP
- Homepage: https://gurrala.wordpress.com
- Size: 173 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Laravel 5.3 Chating App using pusher
[](https://travis-ci.org/laravel/framework)
[](https://packagist.org/packages/laravel/framework)
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.
Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.
## how to use this chating App ?
here are the steps for usign this app
1. clone the repository.
2. And compy .env.example to .env file and enter the suttable settings in this file.
3. create account in Pusher using this link [Pusher create](https://dashboard.pusher.com/accounts/sign_in).
4. add your values in .env file.
PUSHER_APP_ID=
PUSHER_KEY=
PUSHER_SECRET=
5. run Composer install
6. then open app in browser in two tabs and test the App.
Happy coding :-)
Thank you.
## Official Documentation
Documentation for the framework can be found on the [Laravel website](http://laravel.com/docs).
## License
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).