filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.

Home Page:https://filamentphp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filament 3.2 installation returns error Class Redis not found when .env configured as CACHE_STORE=redis

abetterlogic opened this issue · comments

Package

filament/filament

Package Version

v3.2

Laravel Version

11.10

Livewire Version

No response

PHP Version

PHP 8.2

Problem description

Filament installation gives error while installing and setting .env CACHE_STORE=redis

Screenshot 2024-06-09 at 11 43 51 AM

Expected behavior

Installation process should be seamless.

Steps to reproduce

keep .env CACHE_STORE=redis
and try installing through command
composer require filament/filament:"^3.2" -W

Reproduction repository

https://github.com/abetterlogic/abl-plm-sbm-slsabl

Relevant log output

No response

Donate 💰 to fund this issue

  • You can donate funding to this issue. We receive the money once the issue is completed & confirmed by you.
  • 100% of the funding will be distributed between the Filament core team to run all aspects of the project.
  • Thank you in advance for helping us make maintenance sustainable!
Fund with Polar

This is not a Filament issue, this is an issue running commands while your app is not configured correctly, you can see in the stack trace that its coming from the TelescopeServiceProvider. You need to set up Redis properly before you can use Redis.