https://github.com/elsayed85/medialibrarypro
https://github.com/elsayed85/medialibrarypro
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/elsayed85/medialibrarypro
- Owner: elsayed85
- Created: 2022-10-09T17:03:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T14:50:20.000Z (about 3 years ago)
- Last Synced: 2025-04-10T23:53:40.467Z (about 1 year ago)
- Language: TypeScript
- Size: 998 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-JS.md
- Contributing: .github/CONTRIBUTING.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Front end components for Laravel Media Library

[Media Library Pro](http://medialibrary.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](https://spatie.be/docs/laravel-medialibrary/v9/handling-uploads-with-media-library-pro/introduction).
If you've found a bug regarding security please mail [freek@spatie.be](mailto:freek@spatie.be) instead of using the issue tracker.
## Testing
You can run the tests with:
```bash
vendor/bin/phpunit
```
### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Security
If you discover any security related issues, please email [freek@spatie.be](mailto:freek@spatie.be) instead of using the issue tracker.