Initial commit

This commit is contained in:
Philipp Lang 2023-03-06 10:31:56 +01:00
commit 4e80d6cd19
3 changed files with 3378 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/vendor/

20
composer.json Normal file
View File

@ -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"
}
}

3357
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff