Skip to content

Instantly share code, notes, and snippets.

@Sarav-S
Last active September 23, 2016 02:08
Show Gist options
  • Save Sarav-S/e310f8a8ee3aca280977e5b50c646bd5 to your computer and use it in GitHub Desktop.
Save Sarav-S/e310f8a8ee3aca280977e5b50c646bd5 to your computer and use it in GitHub Desktop.
<?php
/**
*
*
**/
'admin.auth' => \App\Http\Middleware\AdminAuthenticate::class,
'admin.guest' => \App\Http\Middleware\AdminRedirectIfAuthenticated::class,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment