2017 © Pedro Peláez
 

project sf2-emptier

The "Symfony Emptier Edition" distribution

image

gnugat/sf2-emptier

The "Symfony Emptier Edition" distribution

  • Wednesday, August 6, 2014
  • by gnupat
  • Repository
  • 1 Watchers
  • 3 Stars
  • 96 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Symfony2 Emptier Edition

Does the Symfony Standard Edition contains too many things you'll never use?, (*1)

Then start your projects with this distribution:, (*2)

composer create-project gnugat/sf2-emptier <vendor>

Note: <vendor> is to be replace with the project's name., (*3)

Next you'll have to configure the project specific parameters:, (*4)

cp app/config/parameters.yml.dist app/config/parameters.yml

Don't forget to edit app/config/parameters.yml and change the value of the secret parameter., (*5)

You might also want to change the composer.json's name, license and description parameters., (*6)

Finally remove the content of this README.md file and replace it with your own., (*7)

Features

Here's the list of dependencies:, (*8)

Here's the role of the files you'll likely edit:, (*9)

  • app/config/config.yml: common configuration
  • app/config/config_prod.yml: configuration only found in production
  • app/config/config_test.yml: configuration only used in tests
  • app/config/parameters.yml: sensitive configuration (passwords, etc)
  • app/config/routing.yml: linking controllers to URLs
  • app/AppKernel.php: where you register new bundles

The Versions

06/08 2014

dev-master

9999999-dev

The "Symfony Emptier Edition" distribution

  Sources   Download

MIT

The Requires

 

The Development Requires

06/08 2014

v0.1.1

0.1.1.0

The "Symfony Emptier Edition" distribution

  Sources   Download

MIT

The Requires

 

The Development Requires

05/08 2014

v0.1.0

0.1.0.0

The "Symfony Emptier Edition" distribution

  Sources   Download

MIT

The Requires