linio/burrito-recipe

A complete recipe for Tortilla applications.

0.2.0 2017-01-20 02:44 UTC

This package is auto-updated.

Last update: 2024-04-16 07:21:29 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