Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Minion::Examples

Running Examples

In our examples we will be using the DummyProvider as such:

  • in the package root directory run ./minion run --register="Vinelab\Minion\DummyProvider"

Serving Examples

One quick way to serve the examples is to:

  • visit the Examples/ directory of this package
  • launch a PHP built-in web server with php -S localhost:8000
  • visit http://localhost:8000/autobahn for the Autobahn|JS example
  • visit http://localhost:8000/wampy for the Wampy example