tomaskarlik/conventions

设置静态约定设置。

v1.0 2018-05-04 13:49 UTC

This package is not auto-updated.

Last update: 2024-09-19 16:40:32 UTC


README

安装

下载包

composer require tomaskarlik/conventions

在 config.neon 中注册扩展

extensions:
	conventions: TomasKarlik\Conventions\DI\Extension

conventions:
	my_view1: primary_key1
	my_view2: primary_key2
	table: key_name

database:
	conventions: @TomasKarlik\Conventions\Conventions

其他表使用 Nette\Database\Conventions\DiscoveredConventions