- laravel new ChatApplication (create project)
- composer require laravel/ui
- php artisan ui vue --auth
- npm install vue@next vue-loader@next
- remove package.lock.json
- remove node_modules folder
- run : `npm install`
- - [Read the documentation](https://beyondco.de/docs/laravel-websockets/getting-started/introduction)
- [Laravel Broadcasting - echo ](https://laravel.com/docs/8.x/broadcasting)
- php artisan serve
- php artisan websockets:serve
- npm run watch