We're running into an issue with this package - when our client goes to add/delete something on a BelongsToMany relation on the Product model, the list reloads but there's no change. I also see the same list in our site's frontend but the database is updated correctly.
Implementation
We're using this package on our Product model, relevant code below:
⏱ PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.
PHP Deprecated: Use of LinksUpdateConstructed hook was deprecated in MediaWiki 1.38. [Called from SMW\MediaWiki\Hooks::register in /var/www/html/w/extensions/SemanticMediaWiki/src/MediaWiki/Hooks.php at line 151] in /var/www/html/w
⚠️ [ABANDONED] Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
Brief description
We're running into an issue with this package - when our client goes to add/delete something on a
BelongsToManyrelation on the Product model, the list reloads but there's no change. I also see the same list in our site's frontend but the database is updated correctly.Implementation
We're using this package on our
Productmodel, relevant code below: