In our examples we will be using the DummyProvider as such:
- in the package root directory run
./minion run --register="Vinelab\Minion\DummyProvider"
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/autobahnfor the Autobahn|JS example - visit
http://localhost:8000/wampyfor the Wampy example