First commit of new examples

This commit is contained in:
Alex Bilbie
2015-04-05 17:02:43 +01:00
parent f1da0d2943
commit 164de644e9
7 changed files with 1263 additions and 0 deletions

13
examples/composer.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "",
"require": {
"alexbilbie/proton": "~1.4",
"illuminate/database": "~5.0"
},
"autoload": {
"psr-4": {
"League\\OAuth2\\Server\\": "../src/",
"OAuth2ServerExamples\\": "src/"
}
}
}