Hi,
I just installed the package for Laravel 8 - Laravel Framework 8.40.0
and composer dump is giving error :-
Error
Class 'Cache\Adapter\Filesystem\FilesystemCachePool' not found
at D:\dev\laravel\covid-data-analysis\vendor\swayok\alternative-laravel-cache\AlternativeLaravelCache\Store\AlternativeFileCacheStore.php:26
22▕ *
23▕ * @return AbstractCachePool|TaggableCacheItemPoolInterface
24▕ */
25▕ public function wrapConnection() {
➜ 26▕ return new FilesystemCachePool($this->getDb());
27▕ }
28▕
29▕ public function setPrefix($prefix) {
30▕ // allowed chars: "a-zA-Z0-9_.! "
1 D:\dev\laravel\covid-data-analysis\vendor\swayok\alternative-laravel-cache\AlternativeLaravelCache\Core\AlternativeCacheStore.php:105
AlternativeLaravelCache\Store\AlternativeFileCacheStore::wrapConnection()
2 D:\dev\laravel\covid-data-analysis\vendor\swayok\alternative-laravel-cache\AlternativeLaravelCache\Core\AlternativeCacheStore.php:115
AlternativeLaravelCache\Core\AlternativeCacheStore::getWrappedConnection()
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
i tried to redump the composer but its giving same error
i dont think there is need but i still added \AlternativeLaravelCache\Provider\AlternativeCacheStoresServiceProvider::class, to config\app.php
Hi, I just installed the package for Laravel 8 - Laravel Framework 8.40.0 and composer dump is giving error :-
i tried to redump the composer but its giving same error
i dont think there is need but i still added
\AlternativeLaravelCache\Provider\AlternativeCacheStoresServiceProvider::class,
toconfig\app.php
and cache.php looks like
in composer.json it seems i am using
"swayok/alternative-laravel-cache": "^6.1",
am i missing something ?