v-dem / queasy-webapp
Web application sample, part of QuEasy PHP framework
dev-master
2022-08-10 07:26 UTC
Requires
- php: >=5.3.0|>=7.0.0
- ext-pdo: *
- ext-pdo_sqlite: *
- psr/log: ~1.1
- v-dem/queasy-config: dev-master
- v-dem/queasy-db: dev-master
- v-dem/queasy-framework: dev-master
- v-dem/queasy-helper: dev-master
- v-dem/queasy-http: dev-master
- v-dem/queasy-log: dev-master
This package is auto-updated.
Last update: 2024-10-10 12:33:34 UTC
README
QuEasy PHP Framework - Sample application
Package v-dem/queasy-webapp
QuEasy PHP Framework sample application.
Requirements
- PHP version 5.3 or higher
- SQLite
Installation
composer create-project --stability dev v-dem/queasy-webapp
It will download and install project files, create SQLite database and make logs
and database
folders writable (666).
That's all. A good idea is to configure your web server to access web app at its public
folder as website root, but it will work in any case.
There is already a user "admin"/"gfhjkm" created, so you already can sign in.