laravel-model-caching
laravel-mysql-spatial
laravel-model-caching | laravel-mysql-spatial | |
---|---|---|
4 | 4 | |
2,278 | 798 | |
0.2% | - | |
6.8 | 0.0 | |
6 months ago | 8 months ago | |
PHP | PHP | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
laravel-model-caching
-
Practical caching pattern in Laravel? (Need Help)
I've had some success with the laravel-model-caching package: https://github.com/GeneaLabs/laravel-model-caching
-
How is this website so fast?
I also use this super handy package which puts Redis in between your models so rather than writing right to the DB the app interacts with Redis which then writes to the DB when it can thus saving so much load time: https://github.com/GeneaLabs/laravel-model-caching
- Is there a way to improve the cache?
-
How do you manage cache keys and queries ?
Thank you for concerns. But don't have to. And I found https://github.com/GeneaLabs/laravel-model-caching only. but it has some conflicts with another packages. So I can not adopt. Thanks.
laravel-mysql-spatial
-
Efficient Distance Querying in MySQL
I think laravel-mysql-spatial is worth mentioning in this context.
-
Laravel ready for Point() and geospatial data? (I think it isn't)
just go to the issues in the repository, and actually look at them https://github.com/grimzy/laravel-mysql-spatial/issues .
-
How to set model attribute values with bindings?
You should definitely check out https://github.com/grimzy/laravel-mysql-spatial.
-
How to paginate when I apply the "where" after getting the data?
Like /u/octarino said, do the distance filtering in the database. If you're using MySQL, give this package a try: https://github.com/grimzy/laravel-mysql-spatial. Just add a trait to the model, and you get some really useful query scopes. Or you could use the ST_DISTANCE_SPHERE() function manually in a raw where clause. The only requirement is that the location is stored i a column of type POINT (the package also makes it easy to create these in migrations).
What are some alternatives?
laravel-eloquent-query-cache - Adding cache on your Laravel Eloquent queries' results is now a breeze.
bouncer - Laravel Eloquent roles and abilities.
laravel-scout-mysql-driver - Laravel Scout MySQL Driver
Laravel-Excel - 🚀 Supercharged Excel exports and imports in Laravel
rememberable - Query caching for Laravel
laravel-form-builder - Laravel Form builder for version 5+!
laravel-view-models - View models in Laravel
laravel-enum - Simple, extensible and powerful enumeration implementation for Laravel.
RememberableQuery - Remember your Query results using only one method. Yes, only one.
laravel-getid3 - A Laravel package to extract metadata from media files. mp3, aac, etc. It can be used with files stored on different disks such as local disk, S3 etc.
flamethrower - A blazingly fast router for static sites
laravel-gmail - Laravel wrapper for the Gmail API