/chatapp_Laravel

Chat App from Scrypster's YouTube Channel: https://www.youtube.com/channel/UCR1_G0EoEIb87wi3GPlk-CQ

Primary LanguageJavaScript

Chat App

This project follows a tutorial by Scrypster. The front end is built with Vue. As with many YouTube tutorials, some packages have been updated and require slight alteration from the video if you are building from scratch. Additional commands for properly installing Pusher are included below. You will need to setup your own database, and you should already have Composer and npm installed prior to building this project.

Commands for Pusher Installation

composer require pusher/pusher-php-server
npm install --save laravel-echo pusher-js
npm install pusher-js@6.0.3
npm run dev

The above commands are current as of this commit. They may differ depending upon your own configuration/setup.

License

The Laravel framework is open-sourced software licensed under the MIT license.