An open API service indexing awesome lists of open source software.

https://github.com/rakshitbharat/cleanify

Clean all type of cache which are related to Laravel right from route or console command.
https://github.com/rakshitbharat/cleanify

all-clean artisan cache cleaner command-line laravel

Last synced: 8 months ago
JSON representation

Clean all type of cache which are related to Laravel right from route or console command.

Awesome Lists containing this project

README

          

# Laravel Cache Cleaner

[![Latest Version on Packagist](https://img.shields.io/packagist/v/rakshitbharat/cleanify.svg?style=flat-square)](https://packagist.org/packages/rakshitbharat/cleanify)
[![Build Status](https://img.shields.io/travis/rakshitbharat/cleanify/master.svg?style=flat-square)](https://travis-ci.org/rakshitbharat/cleanify)
[![Quality Score](https://img.shields.io/scrutinizer/g/rakshitbharat/cleanify.svg?style=flat-square)](https://scrutinizer-ci.com/g/rakshitbharat/cleanify)
[![Total Downloads](https://img.shields.io/packagist/dt/rakshitbharat/cleanify.svg?style=flat-square)](https://packagist.org/packages/rakshitbharat/cleanify)

Clean all type of cache which are related to Laravel right from route or console command.

## Installation

You can install the package via composer:

```bash
composer require rakshitbharat/cleanify
```

## Usage
Just run below command at root of your folder to clear all possible cache

``` php
php artisan cleanify:cleanify
```

### Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

If you discover any security related issues, please email rakshitbharatproject@gmail.com instead of using the issue tracker.

## Credits

- [Rakshit Patel](https://github.com/rakshitbharat)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.