PHPackages                             alibori/laravel-logs-cleaner - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. alibori/laravel-logs-cleaner

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

alibori/laravel-logs-cleaner
============================

Delete your Laravel project's logs files by command.

v1.0.0(1y ago)427MITPHPPHP ^8.2

Since Aug 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/alibori/laravel-logs-cleaner)[ Packagist](https://packagist.org/packages/alibori/laravel-logs-cleaner)[ Docs](https://github.com/alibori/laravel-logs-cleaner)[ RSS](/packages/alibori-laravel-logs-cleaner/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (12)Versions (2)Used By (0)

Delete your Laravel project's logs files by command.
====================================================

[](#delete-your-laravel-projects-logs-files-by-command)

[![Latest Version on Packagist](https://camo.githubusercontent.com/935e33d61addc28ad1438dacfb1c6a01d76c8efc85442b5dc75959dacd18a79f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c69626f72692f6c61726176656c2d6c6f67732d636c65616e65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alibori/laravel-logs-cleaner)[![GitHub Tests Action Status](https://camo.githubusercontent.com/c79d683e20cffca02076b29cae3abdefd2e150e7df9e8e6b5c2d7e4bd6cf7487/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616c69626f72692f6c61726176656c2d6c6f67732d636c65616e65722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/alibori/laravel-logs-cleaner/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6023a7a687d0840adc1e9a4bba49c309f2635b259e28897f9107df8962b7ce75/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f616c69626f72692f6c61726176656c2d6c6f67732d636c65616e65722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/alibori/laravel-logs-cleaner/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/9d7e37456cb3e815b0758ae7a8103f64ffc5d81e8dde10a778d81e1fd9a6ef88/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c69626f72692f6c61726176656c2d6c6f67732d636c65616e65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alibori/laravel-logs-cleaner)

Delete your Laravel project's logs files by running a command.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require alibori/laravel-logs-cleaner --dev
```

You can publish the config file with:

```
php artisan vendor:publish --tag="logs-cleaner-config"
```

This is the contents of the published config file:

```
