Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 402 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 402 Bytes

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