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
Notifications
You must be signed in to change notification settings
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
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 26, 2022
Fix missing second parameter in other places.
mikebronner
authored
ea09bba
Copy full SHA for ea09bba
Fixed ordering of methods and update binding resolution.
mikebronner
authored
1f86320
Copy full SHA for 1f86320
fix test
dmason30
committed
49d849d
Copy full SHA for 49d849d
fix test
dmason30
committed
eca0e62
Copy full SHA for eca0e62
Merge remote-tracking branch 'origin/master' into false-query-binding
dmason30
committed
fafa76f
Copy full SHA for fafa76f
Use data_get to retrieve bindings
dmason30
committed
6292bc9
Copy full SHA for 6292bc9
Commits on Jan 25, 2022
Merge pull request #405 from charlie-waddell/exists-missing-from-cached-builder
Show description for 9881f1c
mikebronner
authored
9881f1c
Copy full SHA for 9881f1c
Merge pull request #415 from spencer-leopold/master
Show description for 37cb150
mikebronner
authored
37cb150
Copy full SHA for 37cb150
Use Paginator to resolve current page instead of trying to grab directly from the request.
spencer-leopold
committed
7bd18b3
Copy full SHA for 7bd18b3
Commits on Sep 2, 2021
Fix current binding count when previous binding is false
dmason30
committed
ae3d1ec
Copy full SHA for ae3d1ec
Commits on Jun 30, 2021
Adding exists to Buildable
Charlie Waddell
committed
2ce3dff
Copy full SHA for 2ce3dff
Commits on Apr 13, 2021
Merge pull request #398 from dmason30/patch-1
Show description for b8ffa34
mikebronner
authored
b8ffa34
Copy full SHA for b8ffa34
Move slevomat/coding-standard to require-dev
dmason30
authored
81a5e3e
Copy full SHA for 81a5e3e
Commits on Mar 16, 2021
Merge pull request #394 from GeneaLabs/thyseus-caching-key-query-from-instead-model-table
Show description for 7019f1e
mikebronner
authored
7019f1e
Copy full SHA for 7019f1e
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
Pagination
Previous
Next
You can’t perform that action at this time.