hazaarlabs/example

Example Skeleton Application for Hazaar MVC

Installs: 117

Dependents: 0

Suggesters: 0

Security: 0

Language:HTML

Type:project

2.0.2 2021-04-23 10:10 UTC

This package is auto-updated.

Last update: 2024-05-05 07:44:17 UTC


README

To make it easy to get up and running quickly, we have provided the Hazaar MVC Example 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/example 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.