callbacks.php 458 B

123456789101112131415
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: sxj
  5. * Date: 2020/1/3
  6. * Time: 10:41
  7. */
  8. return [
  9. app\common\events\PluginWasEnabled::class => function ($plugins) {
  10. \Artisan::call('migrate',['--path'=>'plugins/pc-terminal/migrations','--force'=>true]);
  11. },
  12. /*app\common\events\PluginWasDeleted::class => function ($plugins) {
  13. \Artisan::call('migrate:rollback',['--path'=>'plugins/store-cashier/migrations','--force'=>true]);
  14. },*/
  15. ];