X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/platform/plugins/blog/src
home
/
gfecatvj
/
sites
/
realesbar
/
platform
/
plugins
/
blog
/
src
/
📁
..
📁
Exports
📁
Forms
📁
Http
📁
Listeners
📁
Models
📄
Plugin.php
(628 B)
📁
Providers
📁
Repositories
📁
Services
📁
Supports
📁
Tables
Editing: Plugin.php
<?php namespace Botble\Blog; use Botble\Dashboard\Repositories\Interfaces\DashboardWidgetInterface; use Schema; use Botble\PluginManagement\Abstracts\PluginOperationAbstract; class Plugin extends PluginOperationAbstract { public static function remove() { Schema::disableForeignKeyConstraints(); Schema::dropIfExists('post_tags'); Schema::dropIfExists('post_categories'); Schema::dropIfExists('posts'); Schema::dropIfExists('categories'); Schema::dropIfExists('tags'); app(DashboardWidgetInterface::class)->deleteBy(['name' => 'widget_posts_recent']); } }
Upload File
Create Folder