spacekola / devups
a php framework
Installs: 305
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 7
Type:project
Requires
- barcode-bakery/barcode-1d: ^7.0
- doctrine/cache: 1.11.3
- doctrine/orm: ^2.1.3
- firebase/php-jwt: ^6.9
- google/apiclient: ^2.18
- guzzlehttp/guzzle: ^7.5
- ifsnop/mysqldump-php: ^2.9
- maslosoft/addendum: *
- mpdf/mpdf: ^8.0
- philo/laravel-blade: 3.*
- phpmailer/phpmailer: ^6.6
- zircote/swagger-php: ^4.11
Requires (Dev)
- phpunit/phpunit: ^11.2
- symfony/var-dumper: ^5.4
- dev-master
- v6.0.1
- v5.6.22
- v5.6.21
- v5.6.2
- v5.6.2-beta
- v5.6.1-beta
- v4.5.4
- v4.5.3
- v4.5.2
- v4.5.1
- v4.5
- v4.4.3
- v4.4.0
- v4.3.7
- v4.3.6
- v4.3.5
- v4.3.4
- v4.3.3
- v4.3.2
- v4.3.1
- v4.3
- v4.2.4
- v4.2.3
- v4.2.2
- v4.2.1
- v4.2.0
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- v4.1.0-beta
- v4.0.1
- v4.0
- v3.2
- v3.1.1
- v3.1
- v3.0.12
- v3.0.11
- v3.0.1
- v3.0.0
- v1.1
- v1.0
- dev-dependabot/npm_and_yarn/admin/assets/plugins/jquery-ui-1.12.1/grunt-1.5.3
- dev-dependabot/npm_and_yarn/admin/assets/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/admin/assets/validator-13.7.0
- dev-dependabot/npm_and_yarn/admin/assets/tinymce-5.10.0
This package is auto-updated.
Last update: 2025-03-28 12:30:04 UTC
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
- 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/ :)