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

https://github.com/olegmarko/laravel-realtime-app

Laravel & Vue.JS & Socket.IO
https://github.com/olegmarko/laravel-realtime-app

laravel laravel-vue socket-io socketio vue vuejs

Last synced: 2 months ago
JSON representation

Laravel & Vue.JS & Socket.IO

Awesome Lists containing this project

README

          


Build Status
Total Downloads
Latest Stable Version
License

## Install Project

clone the project from github or download .zip `git clone https://github.com/OlegMarko/laravel-realtime-app.git`

go to project root directory `cd laravel-realtime-app`

run command `composer install`

make `.env` file like to `.env.example`

run command `php artisan key:generate`

set to `.env` file DB and BROADCAST_DRIVER config

run command `npm i`

if you update js files:
you need run command `npm run prod` or `np run watch`

run command `node server.js`

run command `php artisan serve`

## Test Routes

[App](http://127.0.0.1:8000)

[RealTime App](http://127.0.0.1:8000/start)

## Requirements

- php 7.*

- composer

- sqlite

- nodejs

## License

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).