spacekola/devups

a php framework


README

Devups 5.6 Get started

Prerequire : php, poo, uml

Minimum config : php 7.^

configuration

Edit the config/constant.php file. Change

  • define('PROJECT_NAME', "myAppName");

  • define('__env_port', ':8080'); // change the port if necessary.

  • define('dbname', 'devups_bd');

save and we are done for the config.

commande line

Next open the command prompt and execute

cd to_project_root

  • composer install
  • php devups install: to use only for new project, although you want to restart
  • php devups dvups_:update
  • php devups serve

get Started