Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sheenazien8/zien-lite

Mini Boilerplate php native oop
https://github.com/sheenazien8/zien-lite

Last synced: about 2 months ago
JSON representation

Mini Boilerplate php native oop

Awesome Lists containing this project

README

        

# Zien Boilerplate
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

copy file `.env.example` and rename to `.env`

## Configuration
open file .env and fill in the file according to your settings
```
> APP_NAME=
> APP_DEBUG=true
> DB_CONNECTION=true
> DB_DRIVER=
> DB_HOST=
> DB_USER=
> DB_PASSWORD=
> DB_NAME=
```

## Documentation

## Thanks to