dougogodinho / oc-storageclear-plugin

Custom command for storage folder cleanup
6 stars 10 forks source link

[TOC]

Description

This amazing October CMS plugin will scan the uploads folder, searching disconnected files with the database and vice versa.

Heads up! This feature will delete files from your disk and data in your database.

Adictionally, this script provide a fast way to backup your project. Generating a zip file of your entire project (optimized, of course) and dump your database.

Heads up again! This features require that your php can run the awesome shell_exec and your OS also has the program mysqldump available to be used.

Usage

After install the commands bellow will be available:

# storage clear
php artisan storage:clear

# backup you project and database
php artisan storage:dump

# backup you project only
php artisan storage:dump-project

# backup you database only
php artisan storage:dump-database

Storage Clean command

Storage Dump Project command

Storage Dump Project command

TODO