Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 980 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 980 Bytes

tester.soketi.app

CI codecov

Test your Soketi implementation with this awesome web tool. 🥰

🙌 Requirements

  • PHP 8.1+
  • Soketi 1.x+
  • Docker

🚀 Installation

$ composer install --ignore-platform-reqs && \
    cp .env.example .env && \
    ./sail up --wait -d && \
    ./sail artisan migrate:fresh --seed && \
    npm install && \
    npm run dev

🐛 Testing

$ vendor/bin/phpunit

🤝 Contributing

Please see CONTRIBUTING for details.

🔒 Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

🎉 Credits