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';

...