Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
codeperl
/
laravel-model-caching
Public
forked from
mikebronner/laravel-model-caching
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
7c4b047
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 16, 2021
WIP
mikebronner
committed
8b2b2a0
Copy full SHA for 8b2b2a0
Merge pull request #393 from thyseus/caching-key-query-from-instead-model-table
Show description for ba18569
mikebronner
authored
ba18569
Copy full SHA for ba18569
Fixed failing test.
mikebronner
committed
6f2b2af
Copy full SHA for 6f2b2af
Use the part of the query (->from) instead of the table name of the model (->table)
Herbert Maschke
committed
b5d5a6f
Copy full SHA for b5d5a6f
Commits on Dec 24, 2020
Update README.md
mikebronner
authored
363624d
Copy full SHA for 363624d
Commits on Nov 26, 2020
WIP
mikebronner
committed
5960fc7
Copy full SHA for 5960fc7
Commits on Nov 21, 2020
Merge pull request #382 from dmason30/master
Show description for 464a115
mikebronner
authored
464a115
Copy full SHA for 464a115
Commits on Nov 13, 2020
Merge pull request #384 from markryandelarmente/patch-1
Show description for a2eea06
mikebronner
authored
a2eea06
Copy full SHA for a2eea06
Update CONTRIBUTING.md
markryandelarmente
authored
2465d83
Copy full SHA for 2465d83
Commits on Nov 5, 2020
Fix newBelongsToMany method compatibility
dmason30
committed
28bf06f
Copy full SHA for 28bf06f
Commits on Sep 8, 2020
Update README.md
mikebronner
authored
ce98454
Copy full SHA for ce98454
Merge pull request #372 from GeneaLabs/feature/upgrade-to-laravel-8
Show description for f790e9c
mikebronner
authored
f790e9c
Copy full SHA for f790e9c
Removed scrutinizer.
mikebronner
committed
3f7677d
Copy full SHA for 3f7677d
Update to Laravel 8.
mikebronner
committed
d7de016
Copy full SHA for d7de016
Commits on Sep 4, 2020
Update README.md
mikebronner
authored
3f89d7b
Copy full SHA for 3f89d7b
dded functionality to inject custom builder class for handling conflicting packages.
mikebronner
committed
69991b6
Copy full SHA for 69991b6
Commits on Sep 2, 2020
Update README.md
mikebronner
authored
e97c07e
Copy full SHA for e97c07e
Commits on Aug 2, 2020
Fixed typos in test class.
mikebronner
committed
9f7eaa0
Copy full SHA for 9f7eaa0
### Removed PREDIS dependency. Going forward testing will be done against PHPREDIS, as that is installed by default on Laravel Forge servers and the officially recommended Redis client, since PRED…
Show description for 68338fa
mikebronner
committed
68338fa
Copy full SHA for 68338fa
Commits on Jul 22, 2020
Delete stale.yml
mikebronner
authored
7d8d3a2
Copy full SHA for 7d8d3a2
Delete FUNDING.yml
mikebronner
authored
1e283c5
Copy full SHA for 1e283c5
WIP
mikebronner
committed
e43ac86
Copy full SHA for e43ac86
Updated readme.
mikebronner
committed
8a2e2b8
Copy full SHA for 8a2e2b8
Commits on Jul 17, 2020
Removed support for PHP 7.2 due to incompatibility.
mikebronner
committed
01a522b
Copy full SHA for 01a522b
Commits on Jul 8, 2020
Merge branch 'master' of github.com:GeneaLabs/laravel-model-caching
mikebronner
committed
f9be69e
Copy full SHA for f9be69e
Fixed update and insert methods when calling on relationships.
Show description for bd72299
mikebronner
committed
bd72299
Copy full SHA for bd72299
Commits on Jul 5, 2020
Update FUNDING.yml
mikebronner
authored
f0c247a
Copy full SHA for f0c247a
Commits on Jul 2, 2020
Removed return type to not conflict with parent class.
mikebronner
committed
56581bb
Copy full SHA for 56581bb
Added check for scopes to avoid them being applied twice. Thanks @saernz!
mikebronner
committed
9d5f0f1
Copy full SHA for 9d5f0f1
Merge pull request #358 from saernz/fix/scopes_applied_twice
Show description for 4389592
mikebronner
authored
4389592
Copy full SHA for 4389592
Add some code to stop scopes from being applied twice. Also added a test for this as well.
saernz
committed
9243333
Copy full SHA for 9243333
Commits on Jun 19, 2020
Update FUNDING.yml
mikebronner
authored
620d1fd
Copy full SHA for 620d1fd
Update FUNDING.yml
mikebronner
authored
77b1807
Copy full SHA for 77b1807
Commits on May 12, 2020
Changed implementation of `debug_backtrace()` to reduce memory consumption. Thanks @saernz!
Show description for 6ebe855
mikebronner
committed
6ebe855
Copy full SHA for 6ebe855
Commits on May 2, 2020
Update README.md
mikebronner
authored
7e7f527
Copy full SHA for 7e7f527
Pagination
Previous
Next
You can’t perform that action at this time.