avris/micrus-starter

This package is abandoned and no longer maintained. No replacement package was suggested.

Starter project for the Micrus framework

Installs: 82

Dependents: 0

Suggesters: 0

Security: 0

Type:project

v3.0 2017-03-07 23:55 UTC

This package is auto-updated.

Last update: 2020-01-19 15:46:27 UTC


README

This is a starter project for the Micrus framework.

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

Also, check out the Demo project.

Instalation

Install Composer, move to the web directory of your server and run:

composer create-project avris/micrus-starter project-name

Composer will download the project with all of its dependencies. It will ask you for server parameters (like database connection) and will generate a secret encryption key unique for your app.

To generate database schema and load sample data, run:

bin/micrus db:schema:create
bin/micrus db:fixtures

And that's it. Your app is available under URL:

http://localhost/project-name/web/app_dev.php

Copyright