rinvex / laravel-attributes

⚠️ [ABANDONED] Rinvex Attributable is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
MIT License
433 stars 104 forks source link

[Question] How manually invalidate cache? #81

Closed batFormat closed 5 years ago

batFormat commented 5 years ago

How manually purge attributes cache?

cord commented 5 years ago

php artisan cache:clear

Omranic commented 4 years ago

Or check source code of rinvex/cacheable, could be helpful.