Class 'Predis\Client' not found
-
When installing bagisto with
omposer create-project bagisto/bagisto
the installation complete successfully. However, opening the admin url gives the errorClass 'Predis\Client' not found
This was solved by issuing
composer require predis/predis
but this library should be part of the original installation as a dependency? -
Hi @winstonnolan i just did a fresh install but was not able to reproduce your issue.
Generated optimized autoload files containing 9668 classes ----------------------------- Congratulations! The installation has been finished and you can now use Bagisto. Go to https://bagisto.test/admin and authenticate with: Email: [email protected] Password: admin123 Cheers!