Skip to content

Instantly share code, notes, and snippets.

@jrm2k6
Created February 13, 2015 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrm2k6/8537e5e883775cf73392 to your computer and use it in GitHub Desktop.
Save jrm2k6/8537e5e883775cf73392 to your computer and use it in GitHub Desktop.
<?php
use Dingo\Api\Auth\Provider;
use Illuminate\Http\Request;
use Illuminate\Routing\Route;
use Tappleby\AuthToken\AuthTokenManager;
use Symfony\Component\HttpKernel\Exception\UnauthorizedHttpException;
class AuthTokenAuthenticationProvider extends Provider {
Class 'Dingo\Api\Auth\Provider' not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment