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

https://github.com/thecodeholic/simplephpframework


https://github.com/thecodeholic/simplephpframework

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# PHP custom framework
Minimalistic custom framework created for teaching purposes.

## Do not use it on production

----
## Installation

1. Download the archive or clone the project using git
1. If `config.php` does not exist create it using template `config.sample.php`
1. Run `db/migrations.php` file to create database and users table
1. Go to the `public` folder
1. Start php server by running command `php -S 127.0.0.1:8000`
1. You can login into the system using Email: `[email protected]`
and Password: `admin`