adriensamson/symfony-tiny-edition

A symfony tiny edition

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/adriensamson/symfony-tiny-edition

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

This package is not auto-updated.

Last update: 2025-10-21 06:42:41 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.