linio / burrito-recipe
A complete recipe for Tortilla applications.
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 56
Forks: 0
Open Issues: 0
Type:project
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: 2024-11-16 08:30:35 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