webkadiz/php-lite-template

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v1.0.5) of this package.

Template for PHP Lite Framework

v1.0.5 2019-08-27 10:33 UTC

This package is auto-updated.

Last update: 2020-08-29 20:19:17 UTC


README

Installation

In order to install the template, type the following command in the terminal

composer create-project webkadiz/php-lite-template <your dir>

or

php composer.phar create-project webkadiz/php-lite-template <your dir>

Then initialize the project with the following command

php init

Customize your database in project-dir/config/main-local.php

and

Set project-dir/web as the document root of your Web server


All is ready. Typed the URL http://hostname