This is a complete recipe for Tortilla-based applications that you can use as the skeleton. It includes opinionated debug loggers and request handlers.
To start using the recipe, just run:
$ composer create-project linio/burrito-recipe your_app
To start working on the project:
$ composer install
$ cp .env.dist .env
To run the project tests and validate the coding standards:
$ composer test