callbacks.php 282 B

123456789101112
  1. <?php
  2. /**
  3. * Author: 芸众商城 www.yunzshop.com
  4. * Date: 2017/7/25
  5. * Time: 下午17:08
  6. */
  7. return [
  8. app\common\events\PluginWasEnabled::class => function ($plugins) {
  9. \Artisan::call('migrate',['--path'=>'plugins/advert-market/migrations','--force'=>true]);
  10. }
  11. ];