A minimal Hazaar MVC application.
Find a file
2019-10-15 19:21:39 +11:00
application Added code for skeleton application. 2018-06-14 10:34:48 +10:00
public Updated composer serve 2019-10-15 19:21:39 +11:00
.gitignore Initial commit 2018-06-14 10:28:14 +10:00
composer.json Update composer.json 2019-10-15 19:19:41 +11:00
LICENSE.md Initial commit 2018-06-14 10:28:14 +10:00
README.md Update README.md 2018-06-14 10:35:55 +10:00
Vagrantfile Added code for skeleton application. 2018-06-14 10:34:48 +10:00
web.config Added code for skeleton application. 2018-06-14 10:34:48 +10:00

Hazaar MVC Skeleton Application

To make it easy to get up and running quickly, we have provided the Hazaar MVC Skeleton Application to serve as a starting point for your development.

Installing with Composer

The best way to create a new Hazaar MVC 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 MVC project:

$ composer create-project hazaarlabs/skeleton 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.