Just a simple laravel project about realtime chat to try out the new Laravel Reverb and laravel 11 😂.
- Git Clone
- Create .env file from .env.example
- Adjust your DB credential and other things you need
- Composer install (PHP 8.2)
- NPM install (node v20+)
- Run :
php artisan key:generatephp artisan migratenpm run buildornpm run devphp artisan queue:listenphp artisan reverb:startphp artisan serve
- Register 2 or more user
- Start texting each other 😝!!!