sheenazien8 / zien-lite
Php OOP Boilerplate
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6.0
- filp/whoops: ^2.3
- jenssegers/blade: ^1.1
- nikic/fast-route: ^1.3
- robmorgan/phinx: ^0.10.6
- slim/pdo: ~1.10
- vlucas/phpdotenv: ^2.5
- zien/zien-lite: dev-master
This package is auto-updated.
Last update: 2024-12-15 22:06:31 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>