# lazy_pet **Repository Path**: pyspang/lazy_pet ## Basic Information - **Project Name**: lazy_pet - **Description**: 懒洋葱项目 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-30 - **Last Updated**: 2021-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 注意事项 - 不可使用composer update命令 - composer require安装依赖后需将composer.json跟composer.lock文件一并提交到仓库,并通知其它开发者 - 其他开发者知晓对方安装了依赖后并提交仓库后,将代码拉至本地,运行composer install即可同步对方依赖 ## 数据库操作 - 使用laravel提供的migrate功能进行表的维护