Initial commit
This commit is contained in:
commit
4e80d6cd19
|
@ -0,0 +1 @@
|
||||||
|
/vendor/
|
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"name": "zoomyboy/medialibrary-helper",
|
||||||
|
"description": "Backend Helper for Laravel MediaLibrary",
|
||||||
|
"type": "library",
|
||||||
|
"license": "MIT",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Zoomyboy\\MedialibraryHelper\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Philipp Lang",
|
||||||
|
"email": "philipp@zoomyboy.de"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"spatie/laravel-medialibrary": "^10.7"
|
||||||
|
}
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue