gechet/yii2-title

Antagosoft 的测试应用程序。

安装: 11

依赖: 0

建议: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放性问题: 0

类型:yii2-extension

dev-master 2015-11-03 14:55 UTC

This package is not auto-updated.

Last update: 2024-09-28 18:21:25 UTC


README

Antagosoft 的测试任务。

安装

在 composer.json 中添加 require

"gechet/yii2-title": "*"

安装后运行迁移

php yii migrate --migrationPath=@gechet/title/migrations

然后添加模块到应用程序配置文件中

<?php
$config = [
	'bootstrap' => [
		'title',
	],
	'modules' => [
		'title' => 'gechet\title\Module',
	],
];

管理后台可通过路由 'title/edit/index' 访问