avris/micrus-demo

Demo project for the Micrus framework

Installs: 46

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:project

v4.0.0 2018-01-28 11:17 UTC

This package is auto-updated.

Last update: 2024-04-19 08:55:52 UTC


README

This is an example project that demonstrates the usage and features of the Micrus framework.

Documentation

The documentation is available at docs.avris.it/micrus

Instalation

Install Composer and run:

$ composer create-project avris/micrus-demo my_new_project
$ cd my_new_project
$ bin/env
$ bin/micrus db:schema:create
$ bin/micrus db:fixtures
$ yarn
$ yarn server
$ php -S localhost:8070 -t public/

Your website should be available under:

http://localhost:8070

Running tests

$ vendor/bin/phpunit

Copyright