linio / burrito-recipe
A complete recipe for Tortilla applications.
0.2.0
2017-01-20 02:44 UTC
Requires
- php: >=7.0
- linio/tortilla: ~1.2
- monolog/monolog: ~1.22
- vlucas/phpdotenv: ~2.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- phpunit/phpunit: ~5.6
This package is auto-updated.
Last update: 2026-02-16 11:16:59 UTC
README
This is a complete recipe for Tortilla-based applications that you can use as the skeleton. It includes opinionated debug loggers and request handlers.
Quickstart
To start using the recipe, just run:
$ composer create-project linio/burrito-recipe your_app
Usage
To start working on the project:
$ composer install
$ cp .env.dist .env
To run the project tests and validate the coding standards:
$ composer test