Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error install: Please set Cache Driver to array in .env (Required for Ziz aco\Entrust) #23

Closed
vanloc0301 opened this issue Sep 11, 2016 · 5 comments

Comments

@vanloc0301
Copy link

vanloc0301 commented Sep 11, 2016

I tried to install Laraadmin and receive error message like this:

untitled

Before, I installed success Laraadmin. But at this time, I can't install.

I don't know a reason, I read other issues and see your package compatible with Laravel 5.2.

I checked with command at my project:

php artisan --version

The result is:

Laravel Framework version: 5.2.45.

@slozano95
Copy link
Member

@vanloc0301 as it says you should set the CACHE_DRIVER to arrayin .env file that will fix the error

@vanloc0301
Copy link
Author

Do you mean like this?

At .env file:

CACHE_DRIVER=array

At config/cache.php:

'default' => env('CACHE_DRIVER', 'array'),

@slozano95
Copy link
Member

@vanloc0301 .env should work

@vanloc0301
Copy link
Author

With this setting. It not working with me.

You need update to Laravel latest version because I think it relative with Laravel version.

@gdbhosale
Copy link
Member

Hi @vanloc0301,

I have tested the package with various settings and it works well with CACHE_DRIVER=array

I am closing this issues as of now.
Please provide the details of installation and version of various packages you use.

Thanks & Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants