henningm/symfony-minimal
Composer 安装命令:
composer create-project henningm/symfony-minimal
包简介
A minimal skeleton for development using the Symfony2 framework
README 文档
README
- Installing
Install composer:
curl -s http://getcomposer.org/installer | php
Then, use the create-project command to generate a new Symfony application:
php composer.phar create-project henningm/symfony-minimal path/to/install
Composer will install Symfony and all its dependencies under the
path/to/install directory.
- Checking your System Configuration
Before starting coding, make sure that your local system is properly configured for Symfony.
Execute the check.php script from the command line:
php app/check.php
The script returns a status code of 0 if all mandatory requirements are met,
1 otherwise.
Access the config.php script from a browser:
http://localhost/path/to/symfony/app/web/config.php
If you get any warnings or recommendations, fix them before moving on.
What's inside?
It comes pre-configured with the following bundles:
-
FrameworkBundle - The core Symfony framework bundle
-
SensioFrameworkExtraBundle - Adds several enhancements, including template and routing annotation capability
-
TwigBundle - Adds support for the Twig templating engine
-
AsseticBundle - Adds support for Assetic, an asset processing library
-
WebProfilerBundle (in dev/test env) - Adds profiling functionality and the web debug toolbar
-
SensioDistributionBundle (in dev/test env) - Adds functionality for configuring and working with Symfony distributions
-
SensioGeneratorBundle (in dev/test env) - Adds code generation capabilities
统计信息
- 总下载量: 122
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2013-03-18