PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
simple-slider
/
src
<?php namespace Botble\SimpleSlider; use Illuminate\Support\Facades\Schema; use Botble\PluginManagement\Abstracts\PluginOperationAbstract; class Plugin extends PluginOperationAbstract { public static function remove() { Schema::dropIfExists('simple_sliders'); Schema::dropIfExists('simple_slider_items'); } }
[+]
Forms
[-] Plugin.php
[edit]
[+]
Tables
[+]
..
[+]
Repositories
[+]
Providers
[+]
Models
[+]
Http