li₃ fullstack distribution

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

Github stars Tracking Chart

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)

Overview

Name With OwnerUnionOfRAD/framework
Primary LanguagePHP
Program languagePHP (Language Count: 1)
PlatformBSD, Linux, Mac, Solaris, Unix-like, Windows
License:BSD 3-Clause "New" or "Revised" License
Release Count11
Last Release Namev1.2.0 (Posted on )
First Release Namev1.0.0-rc1 (Posted on )
Created At2011-03-05 16:20:25
Pushed At2019-10-17 15:26:44
Last Commit At2019-10-17 17:26:38
Stargazers Count198
Watchers Count17
Fork Count71
Commits Count2.9k
Has Issues Enabled
Issues Count8
Issue Open Count2
Pull Requests Count22
Pull Requests Open Count3
Pull Requests Close Count19
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.

To the top