# fastcore **Repository Path**: haozing/fastcore ## Basic Information - **Project Name**: fastcore - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-11-29 - **Last Updated**: 2024-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```