sheenazien8/zien-lite

Php OOP Boilerplate

v1.0.5 2020-11-23 14:26 UTC

This package is auto-updated.

Last update: 2024-04-15 20:45:40 UTC


README

Zien Boilerplate or zien lite framework is a mini MVC for manage small application, zien lite gives you a different experience when you've finished the lesson on PHP Object Oriented Programming

Instalation

composer create-project sheenazien8/zien-lite <project_name>

copy file .env.example and rename to .env

Configuration

open file .env and fill in the file according to your settings

> APP_NAME=<name_project>
> APP_DEBUG=true
> DB_CONNECTION=true <for allow database connection>
> DB_DRIVER=<drive>
> DB_HOST=<host>
> DB_USER=<dbuser>
> DB_PASSWORD=<dbpassword>
> DB_NAME=<dbname>

Documentation

Thanks to