2017 © Pedro Peláez
 

library lavarel-passport-purge-command

This command purge expired access/refresh tokens for Laravel Passport

image

gpibarra/lavarel-passport-purge-command

This command purge expired access/refresh tokens for Laravel Passport

  • Monday, March 12, 2018
  • by gpibarra
  • Repository
  • 0 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

lavarel-passport-purge-command

This command purge expired access/refresh tokens for Laravel Passport to not overload your database, (*1)

Installation

  • Install the command with composer :
composer require "gpibarra/lavarel-passport-purge-command"
  • Add the command to your /config/app.php in the providers array or discover package in Laravel ^5.5:
'providers' => [
    \gpibarra\LavarelPassportPurgeCommand\LavarelPassportPurgeCommandServiceProvider::class
];

Usage

php artisan passport:purge

Options

--days : Number of days the tokens must be expired, default 30.

The Versions

12/03 2018

dev-master

9999999-dev https://github.com/gpibarra/lavarel-passport-purge-command

This command purge expired access/refresh tokens for Laravel Passport

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gerardo Ibarra

12/03 2018

1.1.0

1.1.0.0 https://github.com/gpibarra/lavarel-passport-purge-command

This command purge expired access/refresh tokens for Laravel Passport

  Sources   Download

MIT

The Requires

 

The Development Requires

by Gerardo Ibarra

04/01 2018

1.0.0

1.0.0.0

This command purge expired access/refresh tokens for Laravel Passport

  Sources   Download