avris / micrus-demo
Demo project for the Micrus framework
v4.0.0
2018-01-28 11:17 UTC
Requires
- php: ^7.1
- avris/dotenv: ^1.0
- avris/forms: ^4.0
- avris/http: ^4.0
- avris/localisator: ^4.0
- avris/micrus: ^4.0
- avris/micrus-annotations: ^4.0
- avris/micrus-crud: ^4.0
- avris/micrus-doctrine: ^4.0
- avris/micrus-ga: ^4.0
- avris/micrus-imagine: ^4.0
- avris/micrus-mailer: ^4.0
- avris/micrus-recaptcha: ^4.0
- avris/micrus-twig: ^4.0
- avris/polonisator: ^4.0
- monolog/monolog: ^1.23
- symfony/cache: ^4.0
Requires (Dev)
- fzaninotto/faker: ^1.5
- phpunit/phpunit: ^6.5
- squizlabs/php_codesniffer: ^3.2
- symfony/browser-kit: ^4.0
- symfony/css-selector: ^3.0
- symfony/dom-crawler: ^4.0
- symfony/var-dumper: ^v4.0
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
- Author: Andre Prusinowski (Avris.it)
- Licence: MIT