nilamdoc / sharmansameep.org

Sharman Sameep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

The manual has more information on the installation process as well as getting your first project started very quickly.

Copyright & License

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

About

Sharman Sameep

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 98.4%Language:JavaScript 0.9%Language:CSS 0.6%Language:Hack 0.0%Language:Shell 0.0%Language:Batchfile 0.0%