# blog **Repository Path**: myThinking/blog ## Basic Information - **Project Name**: blog - **Description**: 基于Laravel5.0的简单且友好的博客程序 - **Primary Language**: CSS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-06-23 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Schaffer Blog(基于Laravel5.0的简单且友好的博客程序) > Schaffer Blog 目前还处于开发阶段.. ###安装 > 前提:安装好PHP运行环境与Composer及Git ```shell #git clone https://github.com/schaffers/blog.git #cd blog #composer install #cp .env.example .env ```