smile/training-bundle

Smile Symfony2 培训包

v2.0.0 2016-02-24 09:10 UTC

This package is not auto-updated.

Last update: 2024-09-24 05:10:48 UTC


README

关于

这只是个培训包。这里没有太多内容。

安装

$ php composer.phar require smile/training-bundle

在 app/AppKernel.php 中注册此包。

public function registerBundles()
{
    $bundles = array(
        // ...
        new Smile\TrainingBundle\SmileTrainingBundle,
        // ...
    );
    // ...
}

配置

自己想想!