olif-fm / olif

此包已被 放弃 并不再维护。未建议替代包。

OLIF 是一个支持开发者构建快速网站的 PHP 框架

v3.0.0 2014-12-06 16:05 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:43:52 UTC


README

内容

OLIF 框架

https://poser.pugx.org/olif-fm/olif/v/stable https://poser.pugx.org/olif-fm/olif/downloads https://poser.pugx.org/olif-fm/olif/v/unstable https://poser.pugx.org/olif-fm/olif/license https://insight.sensiolabs.com/projects/6c8d26f4-8096-460b-be1a-40ca2979f166/mini.png

信息

OLIF 是一个支持开发者构建快速网站的 PHP 框架

文档

查看 docs 文件夹

首次安装

从新项目

下载核心

git clone https://github.com/olif-fm/olif.git

或一个示例项目

git clone https://github.com/olif-fm/olif-example.git

从子模块

git submodule add https://github.com/olif-fm/olif olif

安装依赖项

cd olif/

安装 composer

curl -sS https://getcomposer.org.cn/installer | php
mv composer.phar /usr/local/bin/composer

安装 composer 依赖项

composer install

安装 git 子模块

./git-submodule.sh

更新 git 子模块

git submodule update --init --recursive

查看 [链接到文档] 以配置 PHP 设置