An open API service indexing awesome lists of open source software.

https://github.com/yuricoco/devups-package

devups package for composer. A framework build to generate source code
https://github.com/yuricoco/devups-package

framework generator php source-code

Last synced: 2 months ago
JSON representation

devups package for composer. A framework build to generate source code

Awesome Lists containing this project

README

          

# devups a php framework

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

- 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/ :)