gammamatrix / playground-directory
游乐场:提供游乐场目录系统的目录模型。
dev-develop / 73.x-dev
2024-08-09 05:19 UTC
Requires
- php: ^8.2
- gammamatrix/playground: *
Requires (Dev)
Suggests
- gammamatrix/playground-directory-api: Provides an API, without a UI, to interact with the models provided in this package.
- gammamatrix/playground-directory-resource: Provides a resource API and optional Blade UI to interact with the models provided in this package.
This package is auto-updated.
Last update: 2024-09-09 05:30:39 UTC
README
游乐场:目录包。
安装
您可以通过composer安装此包。
composer require gammamatrix/playground-directory
配置
默认情况下,所有选项都被禁用。
查看已发布的配置文件内容: config/playground-directory.php
Cloc
composer cloc
➜ playground-directory git:(develop) ✗ composer cloc
> cloc --exclude-dir=node_modules,output,vendor .
56 text files.
43 unique files.
14 files ignored.
github.com/AlDanial/cloc v 1.98 T=0.10 s (434.8 files/s, 156431.1 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
JSON 6 0 0 11389
PHP 29 267 857 2334
YAML 1 5 0 275
XML 3 0 7 215
Markdown 3 28 0 77
INI 1 3 0 12
-------------------------------------------------------------------------------
SUM: 43 303 864 14302
-------------------------------------------------------------------------------
PHPStan
在 config/、database/、src/、tests/Feature/、tests/Unit/ 层级上进行测试。
config/
database/
src/
tests/Feature/
tests/Unit/
composer analyse
编码规范
composer format
测试
composer test --parallel
变更日志
有关最近更改的更多信息,请参阅 CHANGELOG。
许可证
MIT许可证(MIT)。有关更多信息,请参阅 许可证文件。