# catCms管理系统,基于fastadmin **Repository Path**: notproblem/catcms ## Basic Information - **Project Name**: catCms管理系统,基于fastadmin - **Description**: 基于fastadmin制作的简单cms系统 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2021-08-10 - **Last Updated**: 2021-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于FastAdmin开发的CMS管理系统 # 学习笔记 ## 安装 git克隆FastAdmin,进入目录 下载前端插件依赖包 bower install > 如果没安装bower需要先安装, > npm install bower -g 下载PHP依赖包 composer install > 如果遇到问题: overtrue/wechat 4.2.11 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system. 因为缺少 php_fileinfo 这个扩展,打开即可 ## 账号信息 后台账号:admin 123456