# expcms **Repository Path**: wanyuan/expcms ## Basic Information - **Project Name**: expcms - **Description**: 首个laravel开发的中文cms - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2015-04-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #使用方式: 1.git clone https://git.oschina.net/wanyuan/expcms.git 2.运行composer install安装vendor包 3.修改根目录下.env的数据库账户密码等,运行php artisan migrate 安装数据库 4.运行 php artisan db:seed进行数据库初始化 5.其他的看下源码应该可以懂啦