gnugat / sf2-emptier
The "Symfony Emptier Edition" distribution
Installs: 109
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.3.17
- symfony/symfony: ~2.4
Requires (Dev)
- phpunit/phpunit: ~4.1
This package is not auto-updated.
Last update: 2019-02-20 18:07:39 UTC
README
Does the Symfony Standard Edition contains too many things you'll never use?
Then start your projects with this distribution:
composer create-project gnugat/sf2-emptier <vendor>
Note: <vendor>
is to be replace with the project's name.
Next you'll have to configure the project specific parameters:
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.
You might also want to change the composer.json
's name
, license
and
description
parameters.
Finally remove the content of this README.md
file and replace it with your
own.
Features
Here's the list of dependencies:
Here's the role of the files you'll likely edit:
app/config/config.yml
: common configurationapp/config/config_prod.yml
: configuration only found in productionapp/config/config_test.yml
: configuration only used in testsapp/config/parameters.yml
: sensitive configuration (passwords, etc)app/config/routing.yml
: linking controllers to URLsapp/AppKernel.php
: where you register new bundles