集成/配置文件包

集成配置文件包

安装: 22

依赖: 0

建议者: 0

安全性: 0

类型:symfony-bundle

dev-master 2018-01-05 14:21 UTC

This package is auto-updated.

Last update: 2024-09-07 19:46:02 UTC


README

配置用户

要求

  • 前端需要jQuery
  • 查看composer.json中的require部分

文档

安装

按照以下步骤安装此包

使用composer安装

$ php composer.phar require integrated/profile-bundle:~0.1

启用包

// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\ProfileBundle\IntegratedProfileBundle()
        // ...
    );
}

导入路由

# app/config/routing.yml
integrated_profile:
    resource: @IntegratedProfileBundle/Resources/config/routing.yml

许可证

此包采用MIT许可证。请参阅包中的完整许可证

LICENSE

贡献

欢迎pull请求。请参阅我们的贡献指南

关于

此包是Integrated项目的一部分。您可以在集成开发者网站上了解更多关于此项目的信息。