jkilbride
Member
I am using an add-on to encapsulate all my customizations and tweaks, in order to make it easier to move from development to production. I use
Thanks!
$this->createWidget()
in Setup.php, but noticed there's no corresponding method for creating ads. What's the best way to handle setting up ads when installing an add-on? Can I easily export the ad information from my dev database and import it into production? I'm trying to avoid having to redo everything once it's setup correctly in dev.Thanks!