Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

phpFox has a built-in tool to help developers export their app to a package *.zip format.
To enable export tool, you must enable Techie Mode.

Before exporting your app, you should review Install.php, edit setOthers methods to add author information

    //Set other information for your app
    $this->_publisher = 'Your company name';
    $this->_publisher_url = 'Your company website';

Install.php contains all app configurations, we will explain detail in the next section.

Log into the AdminCP and navigate over to Apps with Techie Mode is enabled. Click on an app and at the bottom right you should find an Export link,
Save the *.zip package file, you can use this package to install on others phpFox site either publish to phpFox store.

Next Chapter

  • No labels