Devups 5.6 Get started
Prerequire : php, poo, uml
Minimum config : php 7.^
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.
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
- presentation of the framework : https://www.youtube.com/watch?v=XlvpXZKRefI&t=21s
- the video tutorial is available on https://www.useloom.com/share/bb07d145a9eb42e5a6adf7108603ad23 :)
- the tutorial is available on http://devups.spacekola.com/ :)