gnugat / symfony-framework-empty-edition
The "Symfony Empty Edition" distribution
Installs: 84
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 3
Forks: 4
Open Issues: 0
Type:project
pkg:composer/gnugat/symfony-framework-empty-edition
Requires
- php: >=5.3.17
 - doctrine/doctrine-bundle: ~1.2
 - doctrine/orm: ~2.2,>=2.2.3
 - incenteev/composer-parameter-handler: ~2.0
 - sensio/distribution-bundle: ~2.3
 - sensio/framework-extra-bundle: ~3.0
 - sensio/generator-bundle: ~2.3
 - symfony/assetic-bundle: ~2.3
 - symfony/monolog-bundle: ~2.4
 - symfony/symfony: ~2.4
 
This package is not auto-updated.
Last update: 2019-02-20 17:27:14 UTC
README
The same as Symfony Standard Edition, only lighter and ready to be used (no removal/customization steps required).
Installation
To create a new Symfony application using this distribution, get a copy of
Composer and use its create-project command:
curl -sS https://getcomposer.org/installer | php
./composer.phar create-project gnugat/symfony-framework-empty-edition path/to/install
Then you just need to:
- replace 
README.mdandLICENSE - start coding!
 
Note: you could bootstrap your project's markdown files (README.md,
LICENSE, doc/02-installation.md, etc) using fossil:
curl -sS https://raw.github.com/gnugat/fossil/master/bin/installer.sh | sh
fossil doc -f 'github/repo' 'Owner name for copyright'
Differences with the standard edition
- no AcmeDemoBundle
 - no Swiftmailer
 - no twig-extension
 - no Symfony requirement/configuration scripts
 - no extra code/configuration comments
 - no cache kernel
 - no firephp monolog handler
 - no chromephp monolog handler
 - no Symfony markdown files (except 
LICENSEandREADME.md) 
- empty (blank) favicons
 - using PHP 5.3.17+
 - vendor binaries in 
vendor/bininstead ofbin - uniformized syntax in configuration
 
- enabled translator fallback