# Remix **Repository Path**: lifesign/Remix ## Basic Information - **Project Name**: Remix - **Description**: 一个基于php5.3以上的框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-06-30 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Remix 一个基于php5.3以上的框架 #项目结构 app: 应用目录 public: 部署目录 Remix: 框架核心目录 #安装 下载zip包 或者git clone本项目 在根目录下执行composer install 安装依赖 把public作为web公共目录 访问即可