https://github.com/boolfalse/laravel-chatroom
https://github.com/boolfalse/laravel-chatroom
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boolfalse/laravel-chatroom
- Owner: boolfalse
- Created: 2020-09-05T01:26:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T04:36:44.000Z (over 5 years ago)
- Last Synced: 2025-06-01T10:42:14.755Z (10 months ago)
- Language: HTML
- Size: 4.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ChatRoom
### Requirements
* [PHP version >= 7.1.3](https://laravel.com/docs/5.7/installation)
### Installation (with additional commands)
> Configure .env
```shell
composer install
php artisan clearcaches
php artisan cleanuploads
php artisan storage:link
php artisan droptables
php artisan migrate
php artisan db:seed
```
### Developer
boolfalse@mail.ru