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.
- Host: GitHub
- URL: https://github.com/rakshitbharat/cleanify
- Owner: rakshitbharat
- License: mit
- Created: 2020-02-27T10:44:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-12T05:52:56.000Z (over 3 years ago)
- Last Synced: 2024-09-18T01:13:01.043Z (about 1 year ago)
- Topics: all-clean, artisan, cache, cleaner, command-line, laravel
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Cache Cleaner
[](https://packagist.org/packages/rakshitbharat/cleanify)
[](https://travis-ci.org/rakshitbharat/cleanify)
[](https://scrutinizer-ci.com/g/rakshitbharat/cleanify)
[](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.