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
Package info
github.com/webkadiz/php-lite-template
Type:project
pkg:composer/webkadiz/php-lite-template
v1.0.5
2019-08-27 10:33 UTC
Requires
- webkadiz/php-lite: ^1.0
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