Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UnionOfRAD/framework
The li₃ fullstack distribution, including overarching directory layout, starting application, and a copy of the framework.
https://github.com/UnionOfRAD/framework
app-skeleton framework fullstack php
Last synced: 3 months ago
JSON representation
The li₃ fullstack distribution, including overarching directory layout, starting application, and a copy of the framework.
- Host: GitHub
- URL: https://github.com/UnionOfRAD/framework
- Owner: UnionOfRAD
- License: bsd-3-clause
- Created: 2011-03-05T16:20:25.000Z (over 13 years ago)
- Default Branch: 1.2
- Last Pushed: 2019-10-17T15:26:44.000Z (about 5 years ago)
- Last Synced: 2024-07-16T04:25:47.921Z (4 months ago)
- Topics: app-skeleton, framework, fullstack, php
- Language: PHP
- Homepage: http://li3.me
- Size: 9.52 MB
- Stars: 196
- Watchers: 17
- Forks: 71
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://github.com/UnionOfRAD/lithium).## Installation / Quickstart
Make sure you have [Composer](http://getcomposer.org/doc/00-intro.md) 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](http://127.0.0.1:8080).
The manual has more information on [the installation process](http://li3.me/docs/book/manual/1.x/installation/)
as well as [getting your first project started very quickly](http://li3.me/docs/book/manual/1.x/quickstart).## 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.