Skip to content

laravel-library/foundation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Elephant

To customize the connection for your cache driver, please invoke the withConnection method of RedisClient within the ServiceProvider.

namespace App\Providers;

use Elephant\Support\Facades\RedisClient;

class ServiceProvider 
{

    public function register():void
    {
        RedisClient::withConnection('custom_connection');
    }

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages