Built a messaging app featuring:
- Sign-up with email verification.
- Dynamic UI using Laravel Livewire (no full page reloads).
- Real-time messaging via PusherJS / WebSocket.
- Fetch API for async requests.
- Data access with Laravel’s Eloquent ORM.
Source code: https://github.com/YassineIdiri/Laravel_WebChat
🔐 Login and Registration with Email validation
⚙️ Setting
💬 Edit and delete message
💬 Chat Simulation
Part 1/2
Part 2/2