|
@@ 433-437 (lines=5) @@
|
| 430 |
|
$plugin_keys[] = $plugin_key; |
| 431 |
|
$plugin = $this->plugins[$plugin_key]; |
| 432 |
|
|
| 433 |
|
if ($this->option('interactive')) { |
| 434 |
|
if (! $this->confirm('Install the '.$plugin['name'].' assets?')) { |
| 435 |
|
continue; |
| 436 |
|
} |
| 437 |
|
} |
| 438 |
|
if (is_array($plugin['package_path'])) { |
| 439 |
|
foreach ($plugin['package_path'] as $key => $plugin_package_path) { |
| 440 |
|
$plugin_assets_path = $plugin['assets_path'][$key]; |
|
@@ 482-486 (lines=5) @@
|
| 479 |
|
$plugin_keys[] = $plugin_key; |
| 480 |
|
$plugin = $this->plugins[$plugin_key]; |
| 481 |
|
|
| 482 |
|
if ($this->option('interactive')) { |
| 483 |
|
if (! $this->confirm('Remove the '.$plugin['name'].' assets?')) { |
| 484 |
|
continue; |
| 485 |
|
} |
| 486 |
|
} |
| 487 |
|
if (is_array($plugin['package_path'])) { |
| 488 |
|
foreach ($plugin['package_path'] as $key => $plugin_package_path) { |
| 489 |
|
$plugin_assets_path = $plugin['assets_path'][$key]; |