haozing / fastcode
This package's canonical repository appears to be gone and the package has been frozen as a result.
v0.0.28
2024-04-29 02:42 UTC
Requires
- php: >=8.1
- 96qbhy/hyperf-auth: ^3.1.2
- hyperf/command: ~3.1.0
- hyperf/config: ^3.1
- hyperf/constants: ~3.1.0
- 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.
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