Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Code Block
php
php
     //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.


Image RemovedImage Added

Next Chapter