# xiaole-cms **Repository Path**: aisidesi/xiaole-cms ## Basic Information - **Project Name**: xiaole-cms - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-07-26 - **Last Updated**: 2023-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 孝乐ott 1. 数据库导入,sql文件在程序根目录 `xiaole.sql` 2. 复制配置文件 `cp .env.example .env` 3. 安装包 `composer install` 4. 生成app secret `php artisan key:generate` 5. 开启服务 `php artisan serve`