Realtime chat demo using Laravel 5.4, VueJS and Pusher
composer install
php artisan key:generate
Fill out relevant items in your
.envfile, including:
DB_CONNECTION PUSHER_APP_ID PUSHER_KEY PUSHER_SECRET
Run
npm i
Build assets with
npm run dev
Use
php artisan serveor another method to view the app in the browser
.envfile! Don't forget to change the broadcasting settings to Pusher, for example.