adriensamson / symfony-tiny-edition
A symfony tiny edition
Package info
github.com/adriensamson/symfony-tiny-edition
Type:project
pkg:composer/adriensamson/symfony-tiny-edition
dev-master
2015-04-09 09:08 UTC
Requires
- symfony/symfony: ~2.6
This package is not auto-updated.
Last update: 2026-03-24 08:32:42 UTC
README
This tiny Symfony Edition contains only Framework and Twig bundles (plus Debug and WebProfiler in debug mode).
You may use this edition when you want to bootstrap a tiny symfony project and aim to add what you'll need only when you need it.
Installation
composer create-project adriensamson/symfony-tiny-edition my-project
Do not forget to update name and description in composer.json according to your project.
You also have to copy app/config/parameters.yml.dist to app/config/parameters.yml and edit it manually.