chat with other people real time
cp .env.example .env
Set up Database Configuration on .env
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=database_name
DB_USERNAME=username
DB_PASSWORD=password
Then run this commands:
composer install
php artisan key:generate
php artisan migrate
npm install -g laravel-echo-server
npm install
npm run prod
Run the command:
laravel-echo-server configure
Then enter as in the screenshot below:
Run the command (AND KEEP COMMAND RUNNING!!!):
laravel-echo-server start
Enjoy the online chat! ^^
- Twitter: @semihkeskindev
- Github: @semihkeskindev
- Gitlab: @semihkeskin