thinmy/cached-eloquent-user 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

thinmy/cached-eloquent-user

最新稳定版本:0.0.2

Composer 安装命令:

composer require thinmy/cached-eloquent-user

包简介

Caches authenticated user information to prevent laravel query on every request.

README 文档

README

Caches authenticated user information to prevent laravel query on every request.

Instalation

1. Dependencies

Using composer, execute the following command to automatically update your composer.json:

composer require thinmy/cached-eloquent-user

or manually update composer.json

{
	"require": {
		"thinmy/cached-eloquent-user": "^0.0.1"
	}
}

After updating composer, add the ServiceProvider to the providers array in config/app.php.

    'providers' => [
		Thinmy\CachedEloquentUser\AuthServiceProvider::class,
    ],

After updating providers, update your authentication driver in config/auth.php.

    'driver' => 'cachedEloquent`;

统计信息

  • 总下载量: 286
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-01