项目作者: ctf0

项目描述 :
Prevent Browser back button after Logout in Laravel 5.3
高级语言: PHP
项目地址: git://github.com/ctf0/PreventBackHistoryMiddleware.git
创建时间: 2016-10-06T23:09:35Z
项目社区:https://github.com/ctf0/PreventBackHistoryMiddleware

开源协议:MIT License

下载


http://way2php.com/prevent-browser-back-button-logout-laravel-5-3/

  • save file to app/Http/Middleware/PreventBackHistoryMiddleware.php
  • Then add this to the end of the web array in app/Http/Kernel.php
  1. \App\Http\Middleware\PreventBackHistoryMiddleware::class,