Skip to content

This package is for viewing the structure of folders and files in your Laravel project.

License

Notifications You must be signed in to change notification settings

Alexmg86/showstorage

Repository files navigation

ShowStorage

Software License Build Status

This is where your description should go. Take a look at contributing.md to see a to do list.

Installation

Via Composer

$ composer require alexmg86/showstorage

Usage

To get all files from some folder. If you do not specify an explicit path, storage_path ('app') will be processed.

$files = ShowStorage::getFiles($path);

To delete the selected files, you must specify the following method.

Route::post('/deleteFiles', function (Request $request) {
	ShowStorage::deleteFiles($request->items);
});

Security

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits

License

license. Please see the license file for more information.

About

This package is for viewing the structure of folders and files in your Laravel project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published