-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Entrust permission caching #420
Conversation
* Cache what permissions a role has
…Facade setup to a setUp() method.
Most platforms passed the TravisCI check; PHP 5.4 failed because of some composer dependencies. What should be done about 5.4? |
We can drop 5.4. Can you change the travis requirements? |
Done, and the Composer php requirement too. All tests are passing. |
Awesome. Looks good.Thanks for the quick fix! |
Entrust permission caching. Thanks @scottconnerly
Hi Scott, unfortunately one of my applications runs in Laravel 4 and it does really a lot of permission checks per request. As I'm not really familiar yet with writing traits, how would you estimate the effort of rewriting this caching feature into the L4 branch ? |
As discussed in issue #107