在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):spatie/laravel-medialibrary开源软件地址(OpenSource Url):https://github.com/spatie/laravel-medialibrary开源编程语言(OpenSource Language):PHP 99.7%开源软件介绍(OpenSource Introduction):Associate files with Eloquent modelsThis package can associate all sorts of files with Eloquent models. It provides a simple API to work with. To learn all about it, head over to the extensive documentation. Here are a few short examples of what you can do: $newsItem = News::find(1);
$newsItem->addMedia($pathToFile)->toMediaCollection('images'); It can handle your uploads directly: $newsItem->addMedia($request->file('image'))->toMediaCollection('images'); Want to store some large files on another filesystem? No problem: $newsItem->addMedia($smallFile)->toMediaCollection('downloads', 'local');
$newsItem->addMedia($bigFile)->toMediaCollection('downloads', 's3'); The storage of the files is handled by Laravel's Filesystem, so you can use any filesystem you like. Additionally the package can create image manipulations on images and pdfs that have been added in the media library. Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects on our website. Support usWe invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products. We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall. DocumentationYou'll find the documentation on https://spatie.be/docs/laravel-medialibrary. Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving the media library? Feel free to create an issue on GitHub, we'll try to address it as soon as possible. If you've found a bug regarding security please mail [email protected] instead of using the issue tracker. TestingYou can run the tests with: vendor/bin/phpunit UpgradingPlease see UPGRADING for details. ChangelogPlease see CHANGELOG for more information what has changed recently. ContributingPlease see CONTRIBUTING for details. SecurityIf you discover any security related issues, please email [email protected] instead of using the issue tracker. CreditsA big thank you to Nicolas Beauvais for helping out with the issues on this repo. And a special thanks to Caneco for the logo AlternativesLicenseThe MIT License (MIT). Please see License File for more information. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论