- Clone the repo
git clone [email protected]:viktory/chat.git - Run composer install
composer install - Edit
.envfile - Generate a new application key
php artisan key:generate - Run migrations and seeds
php artisan migrate;php artisan db:seed - Install gulp and Elixir. Be sure that node.js is installed
npm install gulp;npm install - Run gulp
gulp - Run WebSocket Server
php artisan wschat:start - Enjoy :)
username - Admin email - [email protected] password - 123123