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
- Host: GitHub
- URL: https://github.com/yuricoco/devups-package
- Owner: yuricoco
- Created: 2019-03-31T12:59:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-27T14:09:07.000Z (9 months ago)
- Last Synced: 2025-11-27T16:34:06.735Z (4 months ago)
- Topics: framework, generator, php, source-code
- Language: PHP
- Homepage: https://devups.spacekola.com
- Size: 21.9 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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/ :)