hazaarlabs/example-warlock

A Warlock example application for Hazaar MVC

2.0.0 2021-04-23 12:30 UTC

This package is auto-updated.

Last update: 2024-04-23 18:55:23 UTC


README

This is an exapmple application to demonstrate the simple use of the Hazaar Warlock signalling system.

Installing with Composer

The best way to create a new Hazaar Warlock example project is to use Composer. If you don't have it already installed, then please see their documentation for installation instructions.

To create your new Hazaar Warlock project:

$ composer create-project hazaarlabs/example-warlock path/to/install

Once installed, you can test it out immediately using PHP's built-in web server:

$ composer serve

This will start the PHP cli-server on port 8080, and bind it to all network interfaces.

Note: The built-in CLI server is for development only.