Skip to content

dmitry-viskov/app-framework-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP App framework demo project

Demo of the simple application based on PHP App micro framework .

To setup it please follow this steps:

  • git clone of the current project
  • execute sh command into the project directory to get all dependencies using composer:
composer install
  • create MySQL datatbase and execute all SQL scripts from the /sql/mysql directory
  • edit /application/configs/application.php settings script according your own settings
  • give write permitions on derectories: /data and /public/cache
  • if you are using PHP 5.4.x or higher you could run default PHP server in /public directory:
php -S 0.0.0.0:8000 router.php

About

Demo of the simple application based on PHP App micro framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published