-
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.
- Loading branch information
0 parents
commit 5f80594
Showing
9 changed files
with
842 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/vendor | ||
.DS_Store | ||
.idea/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"name": "jwohlfert23/laravel-seo", | ||
"description": "SEO tools to insert meta data in laravel projects", | ||
"keywords": [ | ||
"laravel", | ||
"seo" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Jack Wohlfert", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"repositories": [ | ||
{ | ||
"type": "git", | ||
"url": "https://github.com/jwohlfert23/laravel-seo.git" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Jwohlfert23\\LaravelSeo\\": "src/" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=5.5.9", | ||
"nesbot/carbon": "^1.22", | ||
"illuminate/config": "~5", | ||
"illuminate/support": "~5" | ||
}, | ||
"require-dev": { | ||
}, | ||
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"Jwohlfert23\\LaravelSeo\\ServiceProvider" | ||
] | ||
} | ||
}, | ||
"config": { | ||
"preferred-install": "dist" | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
|
||
} |
Oops, something went wrong.