haozing / fastcore
v0.0.30
2024-08-08 02:09 UTC
Requires
- php: >=8.1
- 96qbhy/hyperf-auth: ^3.1.2
- hyperf/collection: ^3.1
- hyperf/command: ~3.1.0
- hyperf/config: ^3.1
- hyperf/constants: ~3.1.0
- hyperf/database: ^3.1
- hyperf/db-connection: ~3.1.0
- hyperf/di: ~3.1.0
- hyperf/event: ^3.1
- hyperf/guzzle: ~3.1.0
- hyperf/http-server: ~3.1.0
- hyperf/logger: ^3.1
- hyperf/model-cache: ~3.1.0
- hyperf/paginator: ~3.1.0
- hyperf/redis: ^3.1
- hyperf/snowflake: ^3.1
- hyperf/validation: ~3.1.0
- ramsey/uuid: ^4.7
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- mockery/mockery: ^1.0
- phpstan/phpstan: ^1.0
- phpunit/phpunit: >=10.0
- swoole/ide-helper: ^4.5
Suggests
- swoole/swoole: Required to create swow components.
This package is not auto-updated.
Last update: 2024-11-14 03:40:39 UTC
README
php bin/hyperf.php hei:create crop 100 100
添加composer
"repositories": {
"plugin": {
"type": "path",
"url": "./plugin/*"
}
}
创建好数据库
创建代码
php bin/hyperf.php hei:gen crop crop -m -s -c -l
发布配置文件
php bin/hyperf.php vendor:publish 96qbhy/hyperf-auth
php bin/hyperf.php vendor:publish haozing/fastcore