Skip to content

Commit

Permalink
Hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
yedincisenol committed May 30, 2018
0 parents commit 26dd778
Show file tree
Hide file tree
Showing 7 changed files with 726 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "yedincisenol/laravel-user-provider-twitter",
"description": "Laravel Twitter provider for Provider Package",
"license": "MIT",
"autoload": {
"psr-4": {
"yedincisenol\\UserProviderTwitter\\": "src/"
}
},
"require": {
"yedincisenol/laravel-user-provider": "*"
},
"extra": {
"laravel": {
"providers": [
"yedincisenol\\UserProviderTwitter\\UserProviderTwitterServiceProvider"
]
}
}
}
Loading

0 comments on commit 26dd778

Please sign in to comment.