Remove Expired Cache Data
"Some Laravel cache drivers (e.g. file, database) do not have automatic removal of expired cache items. This can be a problem when random keys are used, because those data will not be removed, and storage size will skyrocket out of control.
This maintenance package can efficiently delete those items. It's best used as a scheduled console kernel job and helps clean up Laravel cache drivers."