Download the PHP package avxman/clear-cache without Composer
On this page you can find all versions of the php package avxman/clear-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download avxman/clear-cache
More information about avxman/clear-cache
Files in avxman/clear-cache
Download avxman/clear-cache
More information about avxman/clear-cache
Files in avxman/clear-cache
Vendor avxman
Package clear-cache
Short Description The module cleaning cache for laravel >=8.0
License MIT
Homepage https://github.com/avxman/clear-cache
Package clear-cache
Short Description The module cleaning cache for laravel >=8.0
License MIT
Homepage https://github.com/avxman/clear-cache
Please rate this library. Is it a good library?
Informations about the package clear-cache
Модуль очистки кэша laravel >=8
Очистка указанного кэша в ларавел
Установка модуля с помощью composer
Настройка модуля
После установки модуля не забываем запустить команду artisan
php artisan vendor:publish --tag="avxman-clear-cache-config"
- добавляем
конфигурационный файл в систему
Команды artisan
- Выгружаем конфигурационный файл
Методы
Дополнительные (очерёдность вызова метода - первичная)
setEnabled(bool $enabled = true)
- вкл./откл. работу очистки кэшаsetLaravelLocalization(bool $enabled = false)
- вкл./откл. очистку роута при использовании модуля mcamara/laravel-localizationВывод (очерёдность вызова метода - вторичная)
cache()
- очистка кэша для устройствconfig()
- очистка конфигурационных данныхroute()
- очистка данных роутовview()
- очистка шаблоновall()
- очистка всех кэшовВывод (очерёдность вызова метода - последняя)
getMessage()
- результат при очистки кэша(ов)
Примеры получения результатов
Вызов во views
All versions of clear-cache with dependencies
PHP Build Version
Package Version
The package avxman/clear-cache contains the following files
Loading the files please wait ....