Skip to content

sksaju/php-micro-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-micro-framework

Minimalistic custom MVC framework.

NOT READY FOR PRODUCTION


Installation

  1. Download the archive or clone the project using git
  2. Create .env file from .env.example file and adjust database parameters
  3. Run composer install
  4. Go to the public folder
  5. Start php server by running command php -S 127.0.0.1:8080
  6. Open in browser http://127.0.0.1:8080