forked from chrisbjr/api-guard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* revamp-laravel5: Updated README for Laravel 5 support Tagged configuration file Decided to not make these methods static Added commands to generate and delete API keys Using the original beforeFilters Models are now instances of repositories Turns out we still won't use middlewares Added config file from the develop branch Working controller Added models directory Modifications Start of Laravel 5 transition Conflicts: .gitignore README.md composer.json database/migrations/2015_03_02_031822_create_api_keys_table.php src/Chrisbjr/ApiGuard/ApiGuardServiceProvider.php src/Chrisbjr/ApiGuard/Controllers/ApiGuardController.php src/Chrisbjr/ApiGuard/Transformers/ApiKeyTransformer.php src/Http/Controllers/ApiGuardController.php src/controllers/ApiGuardController.php src/routes.php
- Loading branch information
Showing
19 changed files
with
473 additions
and
282 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.