https://github.com/d1rk/radium-app
application framework based on lithium
https://github.com/d1rk/radium-app
app-skeleton framework php php7 php7-framework
Last synced: 5 months ago
JSON representation
application framework based on lithium
- Host: GitHub
- URL: https://github.com/d1rk/radium-app
- Owner: d1rk
- License: bsd-3-clause
- Created: 2017-04-26T11:11:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T19:05:33.000Z (almost 9 years ago)
- Last Synced: 2025-02-09T00:44:08.650Z (about 1 year ago)
- Topics: app-skeleton, framework, php, php7, php7-framework
- Language: PHP
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# radium + li₃ fullstack distribution
## Synopsis
The li₃ + radium 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) as well as the [radium framework](https://github.com/d1rk/radium).
## 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 d1rk/radium-app project
```
Inside the `project` directory start the builtin PHP development webserver.
```
php -S 127.0.0.1:8080 -t app/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 li₃ 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).
Information about radium will be published on radiumphp.org at a later stage.
## Copyright & License
Copyright 2017 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.