Skip to content

thecodeholic/SimplePHPFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  2. If config.php does not exist create it using template config.sample.php
  3. Run db/migrations.php file to create database and users table
  4. Go to the public folder
  5. Start php server by running command php -S 127.0.0.1:8000
  6. You can login into the system using Email: admin@example.com and Password: admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published