adriensamson/symfony-tiny-edition

A symfony tiny edition

dev-master 2015-04-09 09:08 UTC

This package is not auto-updated.

Last update: 2024-05-06 23:07:21 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.