Skip to content

LinioIT/burrito-recipe

Repository files navigation

Burrito Recipe

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