https://github.com/thecodeholic/simplephpframework
https://github.com/thecodeholic/simplephpframework
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecodeholic/simplephpframework
- Owner: thecodeholic
- Created: 2019-05-05T16:12:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T12:52:24.000Z (about 6 years ago)
- Last Synced: 2025-04-10T00:53:42.890Z (3 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PHP custom framework
Minimalistic custom framework created for teaching purposes.## Do not use it on production
----
## Installation1. 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`