💅 FrontEnd : Css, Bootstrap
🛠 Backend : Laravel 8, Livewire
💾 Database : MySql
☁️ Deployment : Github
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 project
To generate users, admin and messages, run this command
php artisan db:seed
the password of the whole generated users is password
- Show offline status
- ✔️ Sending messages including files (Updated 09/04/2021)