This is a simple real time messaging app made with laravel, vue js and the help of pusher.
- Clone your this repo
- Go to the project folder
- Run composer install
- Create .env file
- Run php artisan key:generate
- Run php artisan migrate
- Run php artisan serve
- Go to localhost:8000