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
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-14