Package Data | |
---|---|
Maintainer Username: | BenCavens |
Maintainer Contact: | ben@thinktomorrow.be (Ben Cavens) |
Package Create Date: | 2017-09-05 |
Package Last Update: | 2023-10-26 |
Home Page: | https://thinktomorrow.github.io/package-docs/src/assetlibrary/guide/installation.html |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:17:20 |
Package Statistics | |
---|---|
Total Downloads: | 27,351 |
Monthly Downloads: | 372 |
Daily Downloads: | 31 |
Total Stars: | 4 |
Total Watchers: | 7 |
Total Forks: | 1 |
Total Open Issues: | 6 |
This assetlibrary is based on spatie's medialibrary package but provides some extra features.
Via Composer
$ composer require thinktomorrow/assetlibrary
This media library provides some extra features along those of spatie/laravel-medialibrary.
- it can upload a file to the library without an attached model
- it has localization support
- it can define a type for an upload attached to a model
- it can upload a file to a model
- it can attach a file from the library to a model
- a media file can be attached to multiple models
Please see CHANGELOG for more information on what has changed recently.
$ composer test
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
If you discover any security related issues, please email mr.deleeuw@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.