bluora/laravel-php-elixir-empty

This package is abandoned and no longer maintained. The author suggests using the hnhdigital-os/laravel-php-elixir-empty package instead.

Provides the empty functionality to Laravel PHP-Elixir

v1.0.3 2017-12-13 00:55 UTC

This package is not auto-updated.

Last update: 2022-02-01 13:04:38 UTC


README

__________.__          ___________.__  .__       .__        
\______   \  |__ ______\_   _____/|  | |__|__  __|__|______ 
 |     ___/  |  \\____ \|    __)_ |  | |  \  \/  /  \_  __ \
 |    |   |   Y  \  |_> >        \|  |_|  |>    <|  ||  | \/
 |____|   |___|  /   __/_______  /|____/__/__/\_ \__||__|   
               \/|__|          \/               \/          
                                                Empty Module

Provides the ability to completely remove files in a specified folder.

Empty

Deletes all files and folders in the listed paths.

empty:
    - PATH_PUBLIC_ASSETS
    - PATH_PUBLIC_BUILD

This module automatically stpos clearing of files/folders that are within the the public path. You can force delete by prepending ?force=1.