定制 annotate/backend 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

annotate/backend

Composer 安装命令:

composer require annotate/backend

包简介

README 文档

README

This package provides powerfull administration.

Installation

Note: this works when annotate/sandbox is installed

Run:

composer require annotate/backend:@dev

Extend your presenter with Annotate\Modules\Application\ModularPresenter.

Register modules routes provider with adding @Annotate\Backend\Routing\BackendRouteProvider to app/config/app.neon after DefaultRouteProviderService

Register authenticators and authorizators with adding them as services into app/config/services.neon file:

-
    class: App\Services\DummyAuthorizator
    tags: [kdyby.subscriber]
-
    class: App\Services\DummyAuthenticator
    tags: [security.authenticator]

Note: You can use any authenticator and authorizator. When using custom authenticator set correct authenticator key in vendor/annotate/security/src/Components/LoginForm.php (will be fixed soon). When using DummyAuthenticator use admin as login and password.

##Do not use DummyAuthenticator in production!##

Hint!

For better experience install also packages annotate/themes and annotate/packages

Uninstall

Just remove line with annotate/backend from composer.json and run composer update

Revert changes made along with installation process.

统计信息

  • 总下载量: 215
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 3
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-14