li₃ fullstack distribution

li 的全栈发行版,包括总体目录布局、启动应用程序和框架的副本。「The li₃ fullstack distribution, including overarching directory layout, starting application, and a copy of the framework.」

Github星跟踪图

li₃ fullstack distribution(li₃ 全栈发行版)

概要

li 3 全栈发行版是一个应用系统,其中包括全面的目录布局、一个启动应用程序的例子,和一个 li₃ 框架副本。

安装/快速入门

确保你已经安装了 Composer,然后 运行以下命令以从此分发中创建一个初始项目:

composer create-project unionofrad/framework app

在项目目录中启动内置的 PHP 开发网络服务器。

php -S 127.0.0.1:8080 -t webroot index.php

您现在应该可以通过访问 http://127.0.0.1:8080 来看到欢迎页面。

手册中有更多关于安装过程以及如何快速启动第一个项目的信息。

版权和许可

RAD 2016 版权所有。这个库是在 BSD 3 条款许可的条款下发布的。完整的许可文本可以在 license.txt 文件中找到。。

(The first version translated by vz on 2020.08.01)

主要指标

概览
名称与所有者UnionOfRAD/framework
主编程语言PHP
编程语言PHP (语言数: 1)
平台BSD, Linux, Mac, Solaris, Unix-like, Windows
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2011-03-05 16:20:25
推送于2019-10-17 15:26:44
最后一次提交2019-10-17 17:26:38
发布数11
最新版本名称v1.2.0 (发布于 )
第一版名称v1.0.0-rc1 (发布于 )
用户参与
星数195
关注者数16
派生数71
提交数2.9k
已启用问题?
问题数8
打开的问题数2
拉请求数22
打开的拉请求数3
关闭的拉请求数19
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

li₃ fullstack distribution

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 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.