This PR leverages php 8 "null safe operator" instead of thrr `optional()` helper
In new versions of laravel we do not directly specify the "cache driver" anymore but rather a "cache store", so it does not make sense to mention the drivers up there since laravel supports any arbitrary values defined below it by the user.