How to install a tool in a package?

Permalink
How do I install a tool in a package.

I know how to install a singel page,
public function install() {
$pkg = parent::install();
Loader::model('single_page');
$p = SinglePage::add('/dashboard/generate_install_data',$pkg);
}

But how to do it for tools?

jamietelin
 
JohntheFish replied on at Permalink Reply
JohntheFish
Tools do't need to be installed. They just are.

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.