Zizaco/entrust

This cache store does not support tagging.

Opened this issue · 7 comments

laravel 5.2
Zizaco/entrust 5.2.x-dev

This cache store does not support tagging.

Try using this we have already solved a lot of problems.

I'm pretty sure this is fixed already if you take a look here: #547

The problem being that they haven't bothered tagging a release with the fix in it yet despite it being merged 3 months ago.

I just upgraded to Laravel 5.2 and I'm not noticing any issues with Entrust. The solution I used was changing my composer.json to pull in dev-master (I'm referencing a specific commit), like so:

"zizaco/entrust": "dev-master#6a0fd8c3b73037b4855c6c4eaf1060788c0df1e9",

Why is it so hard to tag a release?

kirgy commented

Surprised this is still like this. Thanks @tyler-shaw, solved a massive headache.

Thanks @tyler-shaw
First i was getting problem when i use
"zizaco/entrust": "5.2.x-dev"

Solved my problem in Laravel5.3 after
"zizaco/entrust": "dev-master#6a0fd8c3b73037b4855c6c4eaf1060788c0df1e9"

Just change:
"zizaco/entrust": "5.2.x-dev"
TO
"zizaco/entrust": "dev-master"

then solved.

"dev-master" have Merged pjmartorell:fix-cache-tags.