laravel-scriptcache
Allows client-side scripts to leverage the server's laravel cache
laravel-query-cache
by curder
Cache all {select} queries or only the duplicate ones for a specific Eloquent model
laravel-query-cache
by neurony
Cache all {select} queries or only the duplicate ones for a specific Eloquent model
laravel-repositories
by deva7mad
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
laravel-memory-cache
by vinks
A memory-based simple cache system for Laravel Eloquent. The main goal is to prevent unrequired calls to DB.
generate_laravel_crud
by kajalpandya
Run command in terminal and make ready made crud for your entity
laravel_duplicate_query_cache
by vmorozov
This small library contents all needed code to cache duplicate queries during one request
laravel-pages
by rinvex
Rinvex Pages is an integral part for your Laravel content management system (CMS), it affords an easy, yet powerful way to create and manage pages with full control over their URLs, active status, titles, content, and other attributes.
laravel-widgets
by rinvex
Rinvex Widgets is a powerful and easy to use widget system, that combines both the power of code logic and the flexibility of template views. You can create asynchronous widgets, reloadable widgets, and use the console generator to auto generate your widgets, all out of the box.
laravel-opcache-clear
by maximkou
This Laravel package allows you to clear the OPcache of a PHP application running in FPM mode with ease.
laravel-simple-cache
by sevenecks
A wrapper for the laravel Cache facade that handles cache keys and namespacing the cache via static class methods
laravel-opcache
Custom OPcache Cache Driver for Laravel. Faster than Redis or memcached.
laravel-repositories
by matthewbdaly
A base repository class and interface, together with a caching decorator. Extend them for use in your own projects.
laravel-dao
by edstevo
Laravel Dao Package with built in caching of data objects, validation and model generation