# ant-base-api **Repository Path**: antadmin/ant-base-api ## Basic Information - **Project Name**: ant-base-api - **Description**: ant-base-api 接口项目 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-18 - **Last Updated**: 2025-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## AntAdmin 平台系统 基于laravel11开发的多模块系统 ### 后端api ```shell composer install php artisan serve ``` app 系统模块, 基础后台api和前台api module 扩展模块 ### 前端 后台vite+vben ```shell cd template/admin pnpm install pnpm dev ``` ### 数据库设计规则 1.数据库表主键命名id, 字段命名单驼峰规则, 固定字段 createTime 创建时间 updateTime 更新时间 2.数据库模块名为主表, 模块中业务命名 模块_业务名 示例: store 店铺表, store_order 店铺订单 3.系统表, 不可删除 sys开头为系统表 user开头用户模块表 admin开头后台模块表 ## License The AntAdmin is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).