wayofdev / laravel-cycle-orm-event-sourcing
一个提供Cycle ORM与EventSauce在Laravel中集成的包。
v1.3.0
2024-06-13 14:57 UTC
Requires
- php: ^8.2
- ext-decimal: *
- ext-json: *
- beberlei/assert: ^3.3
- eventsauce/eventsauce: ^3.6
- illuminate/contracts: ^10.13 || ^11.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.42
- larastan/larastan: ^2.9
- orchestra/testbench: ^8.5
- pestphp/pest: ^2.6
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/phpunit: ^10.2
- roave/security-advisories: dev-latest
- wayofdev/cs-fixer-config: ^1.2
- dev-master
- v1.3.0
- v1.2.81
- v1.2.80
- v1.2.79
- v1.2.78
- v1.2.77
- v1.2.76
- v1.2.75
- v1.2.74
- v1.2.73
- v1.2.72
- v1.2.71
- v1.2.70
- v1.2.69
- v1.2.68
- v1.2.67
- v1.2.66
- v1.2.65
- v1.2.64
- v1.2.63
- v1.2.62
- v1.2.61
- v1.2.60
- v1.2.59
- v1.2.58
- v1.2.57
- v1.2.56
- v1.2.55
- v1.2.54
- v1.2.53
- v1.2.52
- v1.2.51
- v1.2.50
- v1.2.49
- v1.2.48
- v1.2.47
- v1.2.46
- v1.2.45
- v1.2.44
- v1.2.43
- v1.2.42
- v1.2.41
- v1.2.40
- v1.2.39
- v1.2.38
- v1.2.37
- v1.2.36
- v1.2.35
- v1.2.34
- v1.2.33
- v1.2.32
- v1.2.31
- v1.2.30
- v1.2.29
- v1.2.28
- v1.2.27
- v1.2.26
- v1.2.25
- v1.2.24
- v1.2.23
- v1.2.22
- v1.2.21
- v1.2.20
- v1.2.19
- v1.2.18
- v1.2.17
- v1.2.16
- v1.2.15
- v1.2.14
- v1.2.13
- v1.2.12
- v1.2.11
- v1.2.10
- v1.2.9
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.14
- v1.1.13
- v1.1.12
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- dev-renovate/phpstan-packages
- dev-renovate/pestphp-pest-plugin-laravel-3.x
- dev-renovate/pestphp-pest-3.x
- dev-renovate/pestphp-pest-2.x-lockfile
- dev-renovate/orchestra-testbench-8.x-lockfile
- dev-renovate/wayofdev-cs-fixer-config-1.x-lockfile
- dev-renovate/ergebnis-composer-normalize-2.x-lockfile
- dev-renovate/phpunit-phpunit-11.x
- dev-renovate/orchestra-testbench-9.x
- dev-renovate/actions-cache-4.x
This package is auto-updated.
Last update: 2024-09-20 15:28:10 UTC
README


Laravel包模板
这是一个最基础的Laravel模板,被wayofdev组织中的其他PHP项目使用。
如果你喜欢/使用这个包,请考虑给它加星标。谢谢!
💿 安装
→ 使用composer
作为依赖项要求
$ composer req wayofdev/laravel-cycle-orm-event-sourcing
🧪 运行测试
→ PHPUnit测试
要运行测试,请运行以下命令
$ make test
→ 静态分析
使用PHPStan进行代码质量分析
$ make stan
→ 修复编码标准
使用PHP Coding Standards Fixer (PHP CS Fixer)修复代码以遵循我们的标准
$ make cs-fix
🤝 许可证
🙆♂️ 作者信息
由lotyp / wayofdev在2022年创建