Controller_Addon::installAssets PHP Method

installAssets() public method

This method will rely on location data to link.
public installAssets ( )
    public function installAssets()
    {
        // Creates symlink inside /public/my-addon/ to /vendor/my/addon/public
        // TODO: if $this->namespace contains slash, then created
        // this folder under $app->pathfinder->public_location
        //
        // TODO: create a symlink such as $this->namespace pointing
        // to
        //
        // TODO: if this already exist, don't mess it up. Also, resolve
    }