avris/micrus-demo

Demo project for the Micrus framework

Maintainers

Package info

gitlab.com/Avris/Micrus-Demo

Homepage

Issues

Type:project

pkg:composer/avris/micrus-demo

Statistics

Installs: 50

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-02-19 13:05:39 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