alexandrfiner/laravel-phpredis-array

0.0.1 2025-06-18 12:50 UTC

This package is auto-updated.

Last update: 2025-06-18 12:54:28 UTC


README

fork of https://github.com/akalongman/laravel-lodash

Installation

1. Install via composer

$ composer require alexandrfiner/laravel-phpredis-array

2. Replace the default implementation of RedisServiceProvider into your config/app.php

'providers' => ServiceProvider::defaultProviders()
    ->replace([
        \Illuminate\Redis\RedisServiceProvider::class => \LaravelPhpRedisArray\RedisServiceProvider::class
    ])->toArray(),

License

The MIT License (MIT). Please see License File for more information.