Test your Soketi implementation with this awesome web tool. 🥰
- PHP 8.1+
- Soketi 1.x+
- Docker
$ composer install --ignore-platform-reqs && \
cp .env.example .env && \
./sail up --wait -d && \
./sail artisan migrate:fresh --seed && \
npm install && \
npm run dev
$ vendor/bin/phpunit
Please see CONTRIBUTING for details.
If you discover any security related issues, please email alex@renoki.org instead of using the issue tracker.