https://github.com/boolfalse/laravel-realtime-chat
Laravel Pusher Vue.js Echo Bootstrap4
https://github.com/boolfalse/laravel-realtime-chat
Last synced: about 1 month ago
JSON representation
Laravel Pusher Vue.js Echo Bootstrap4
- Host: GitHub
- URL: https://github.com/boolfalse/laravel-realtime-chat
- Owner: boolfalse
- Created: 2020-09-05T02:21:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T00:05:34.000Z (over 4 years ago)
- Last Synced: 2025-02-27T08:08:48.106Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Laravel Pusher Vue.js Echo Bootstrap4](https://www.youtube.com/watch?v=u6CwVxcyfD0&list=PLe30vg_FG4OQsCOAzymRY5GkQpFqc1U-D)
### Installation:
- Create MySQL DB
- Create account in https://pusher.com
- Create App and get this your app credentials
- Clone Project.
```
git clone git@github.com:boolfalse/laravel-realtime-chat.git
cd laravel-realtime-chat/
```
- Create .env file in project root folder.
- Fill appropriate credentials as in .env. (Don't forget about setting BROADCAST_DRIVER as 'pusher')
```
composer install
npm install
php artisan migrate
npm run dev
```
- Go to /chat URI and test.
- [OPTIONAL]
May there need to install Python for windows
- [OPTIONAL]
```
sudo apt update
sudo apt install libpng-dev
```
### Original Source:
- [bitfumes/Real-Time-Chat](https://github.com/bitfumes/Real-Time-Chat)