An open API service indexing awesome lists of open source software.

https://github.com/boolfalse/laravel-chatroom


https://github.com/boolfalse/laravel-chatroom

Last synced: about 2 months ago
JSON representation

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