You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try this command php artisan data:cache-structures , it will return error on my screen:
Unresolvable dependency resolving [Parameter #0 [ <required> array $cacheConfig ]] in class Spatie\LaravelData\Support\Caching\DataStructureCache
My laravel config/data.php file:
// ...
'structure_caching' => [
'cache' => [
'store' => 'redis',
'prefix' => 'laravel-data',
],
'directories' => [
'app/Http/Transformers', // this is where my transformer class located
],
],
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
V3 laravel-data.
When I try this command
php artisan data:cache-structures
, it will return error on my screen:Unresolvable dependency resolving [Parameter #0 [ <required> array $cacheConfig ]] in class Spatie\LaravelData\Support\Caching\DataStructureCache
My laravel
config/data.php
file:Beta Was this translation helpful? Give feedback.
All reactions