alecgunnar / maverick
1.0.0-alpha.1
2016-11-27 20:01 UTC
Requires
- php: ^7.0
- container-interop/container-interop: ^1.1
- filp/whoops: ^2.1
- guzzlehttp/psr7: ^1.3
- nikic/fast-route: ^1.0
- psr/http-message: ^1.0
- symfony/config: ^3.1
- symfony/console: ^3.1
- symfony/dependency-injection: ^3.1
- symfony/yaml: ^3.1
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^5.5
- ralouphie/getallheaders: ^2.0
Suggests
- twig/twig: Enables the use of the Twig renderer.
README
Run the Demo
Once you have cloned Maverick to your machine and installed the Composer dependencies, you may run the demo application which comes packaged with the framework. You can run it by doing the following:
$ bin/maverick build --environment demo
This command will prepare the application for the runtime, it moves assets from their staging directories to their runtime directories. This is the only setup that is necessary. You may now use PHP's built in webserver to run the demo:
$ php -S localhost:8080 -t public