Skip to content

fadilxcoder/php-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
fadilxcoder
Jul 22, 2023
df64262 · Jul 22, 2023

History

8 Commits
Sep 11, 2022
Sep 11, 2022
Sep 15, 2022
Sep 11, 2022
Jul 22, 2023
Jul 22, 2023
Sep 11, 2022
Sep 11, 2022
Sep 11, 2022
Sep 11, 2022
Sep 11, 2022
Sep 11, 2022
Sep 11, 2022
Sep 11, 2022
Sep 11, 2022
Sep 11, 2022
Sep 11, 2022
Sep 11, 2022
Sep 11, 2022
Sep 11, 2022
Sep 11, 2022
Sep 11, 2022
Sep 13, 2022
Sep 11, 2022
Sep 11, 2022

Repository files navigation

PHP desktop framework with Phinx / PHP 8.1

Maintainer

php nodejs

    8/30/2022  6:40 PM     27585271 php-8.1.10-nts-Win32-vs16-x86.zip
  • Keep php/php.ini and remove -> copy new php version files to php
  • Using in-built PHP CLI : ./php/php.exe -v in root OR ./php bin/console ..... in www folder
  • Add to composer.json
....
    "config": {
        "platform-check": false,
        "platform": {
            "php": "8.1"
        },
.....
  • Documentation : https://github.com/fadilxcoder/helifox.git (HFX4)
  • Create datbase if not created in <APP>\www\db : echo "" > database.db
  • Database migration schema : vendor/bin/phinx migrate
  • Database seed : vendor/bin/phinx seed:run
  • Database rollback : vendor/bin/phinx rollback
  • Compiling assets
    • npm run js-build : compile JS
    • npm run css-build : compile CSS
    • npm run js-build-watch : compile JS in watch mode

Releases

No releases published

Packages

No packages published