Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hbakouane/admin-user-chatting
A simple Laravel project for real time chatting between the users and admin
https://github.com/hbakouane/admin-user-chatting
Last synced: 2 months ago
JSON representation
A simple Laravel project for real time chatting between the users and admin
- Host: GitHub
- URL: https://github.com/hbakouane/admin-user-chatting
- Owner: hbakouane
- Created: 2020-11-26T12:40:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T19:14:47.000Z (about 3 years ago)
- Last Synced: 2024-08-02T13:22:51.962Z (5 months ago)
- Language: PHP
- Size: 633 KB
- Stars: 67
- Watchers: 7
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-morocco - Admin User Chatting - user-chatting.svg?style=social)](https://github.com/hbakouane/admin-user-chatting/stargazers) - A Live chat between users and admins made with Livewire. (Uncategorized / Uncategorized)
README
# Live chat between users and the admin
[DEMO](https://www.youtube.com/watch?v=mitM_HCj-Sk)
[DEMO - File Sharing](https://www.youtube.com/watch?v=cTfSEcbLh1Y)# ⚙️ Used Technologies
💅 FrontEnd : Css, Bootstrap
🛠 Backend : Laravel 8, Livewire
💾 Database : MySql
☁️ Deployment : Github
#### To run this project make sure you ran these commands
composer install
copy .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve --port=3000
php artisan storage:link
now you can visit localhost:3000 and see the projectTo generate users, admin and messages, run this command
php artisan db:seed
the password of the whole generated users ispassword
# 📷 Screenshots
## Mainpage
## Updates (Users and admins can send files)
## To-Dos
+ Show offline status
+ ✔️ Sending messages including files (Updated 09/04/2021)### I hope you enjoy it!