ahsanraza1 / builtinchat
A Livewire-based real-time chat package for Laravel apps.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/ahsanraza1/builtinchat
Requires
- php: ^8.0
- livewire/livewire: ^2.0 || ^3.0
This package is auto-updated.
Last update: 2025-12-17 15:38:40 UTC
README
# BuiltinChat A Livewire-based real-time chat package for Laravel apps. --- ## 📦 Installation You can install the package via Composer: ```bash composer require ahsanraza1/builtinchat:@dev
Requires Laravel 8+ and PHP 8.0 or higher.
⚙️ Setup & Usage
Run the following command to set up everything:
php artisan builtinchat:install --fresh
This will publish the package files and prepare the environment for development.
📄 License
This package is open-sourced software licensed under the MIT license.
🙋♂️ Author
Ahsan Raza 📧 98.muhammadahsan@gmail.com 🔗 GitHub: @ahsanraza1
💬 Feedback or Contributions?
Feel free to submit issues or pull requests on the GitHub Repository.