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
- Host: GitHub
- URL: https://github.com/olegmarko/laravel-realtime-app
- Owner: OlegMarko
- Created: 2018-06-18T19:28:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T19:14:07.000Z (about 8 years ago)
- Last Synced: 2025-06-13T16:05:53.216Z (about 1 year ago)
- Topics: laravel, laravel-vue, socket-io, socketio, vue, vuejs
- Language: PHP
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 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).