unionofrad/framework
最新稳定版本:v1.2.0
Composer 安装命令:
composer create-project unionofrad/framework
包简介
The li₃ standard distribution, including overarching directory layout, starting application, and a copy of the framework.
README 文档
README
Synopsis
The li₃ fullstack distribution is an application system that includes the overarching directory layout, an example starting application, and a copy of the li₃ framework.
Installation / Quickstart
Make sure you have Composer installed, then run the following command to create an initial project from this distribution:
composer create-project unionofrad/framework app
Inside the the app directory start the builtin PHP development webserver.
php -S 127.0.0.1:8080 -t webroot index.php
You should now be able to see the welcome page by visiting http://127.0.0.1:8080.
The manual has more information on the installation process as well as getting your first project started very quickly.
Copyright & License
Copyright 2015 Union of RAD. All rights reserved. This library is distributed under the terms of the BSD 3-Clause License. The full license text can be found in the LICENSE.txt file.
统计信息
- 总下载量: 2.91k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 195
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-07-01