A simple chat app built with Laravel, Pusher and AngularJS
- Clone repo
- Install composer dependencies (
composer install) - Install node dependencies (
npm install) - Create
.envfile with environment variables, you can use .env.example for reference - Run migrations (
php artisan migrate) - Run the app using
php artisan serveor your prefered web server
- Write unit tests
- Allow preview of online users before setting username
- Allow users to reply other users
If you want to contribute with more features or fixes feel free to fork and submit pull requests.
Happy chatting! 👻
