avris / micrus-starter
This package is abandoned and no longer maintained.
No replacement package was suggested.
Starter project for the Micrus framework
v3.0
2017-03-07 23:55 UTC
Requires
- avris/micrus: ^3.0
- avris/micrus-annotations: ^3.0
- avris/micrus-doctrine: ^3.0
- avris/micrus-localizator: ^3.0
- avris/micrus-twig: ^3.0
Requires (Dev)
- symfony/var-dumper: ^3.2
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
- Author: Andrzej Prusinowski (Avris.it)
- Licence: MIT