elsayed85 / media
Handle media in a Laravel app
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:TypeScript
Requires
- php: ^8.0
- ext-json: *
- illuminate/validation: ^9.0
- spatie/laravel-medialibrary: ^10.2
- symfony/mime: ^6.0
Requires (Dev)
- illuminate/support: ^9.0
- livewire/livewire: ^2.10
- mockery/mockery: ^1.4
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.20
- symfony/var-dumper: ^6.0
Suggests
- livewire/livewire: Allow uploads without using a front end framework
This package is not auto-updated.
Last update: 2024-11-03 16:51:10 UTC
README
Media Library Pro is a paid add-on package that offers Blade, Vue, and React components to upload files to your application.
Media Library Pro ships with two components for every environment: an attachment component, and a collection component.
The attachment component can upload one or more files with little or no extra information. It's is a lightweight solution for small bits of UI like avatar fields or message attachments.
The collection component can upload multiple files with custom properties. Use the collection component shines when you need to manage media, for example in admin panels.
Documentation
You'll find the documentation on our documentation site.
If you've found a bug regarding security please mail security@spatie.be instead of using the issue tracker.
Testing
You can run the tests with:
vendor/bin/phpunit
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email security@spatie.be instead of using the issue tracker.