Skip to content

fazanurfaizi/laravel-echo-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel + Echo Server Example

This is a Laravel + Laravel Echo Server example that is deployed with Docker and Traefik.

Docker, Composer, and NPM are required to install and run this example.

Installation

Clone this repo and then run:

# install php dependencies
composer install
composer run-script install-tasks

# install npm dependencies
npm install
npm run prod

# start docker services
DOMAIN=localtest.me docker-compose up -d

Once started, visit http://www.localtest.me to view.

License

This example is licensed under the MIT license.

About

A Laravel 5.6 install w/ Echo Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.6%
  • HTML 2.3%
  • Other 1.1%