enflow / nova-uploadcare-field
A Laravel Nova Uploadcare file upload field.
Installs: 9 966
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 3
Open Issues: 0
Language:Vue
Requires
- php: ^7.3|^8.0
This package is auto-updated.
Last update: 2024-10-15 20:41:33 UTC
README
An file field using the UploadCare API.
You can upload a file through drag-and-drop, url or Google Drive. The file is stored on Uploadcare and saved as an URL in the model.
Installing
composer require enflow/nova-uploadcare-field
Getting Started
Add Uploadcare Public Key to your config/services.php
array
'uploadcare' => [ 'public_key' => 'XXXXX', ],
Register the field in the Nova resource:
use Enflow\NovaUploadcareField\Uploadcare;
Use the field:
Uploadcare::make('File')
Credits
Largely based on the package nova-uploadcare-imagefield
, created by Adnan Chowdhury. Thanks Adnan!
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email michel@enflow.nl instead of using the issue tracker.
Credits
About Enflow
Enflow is a digital creative agency based in Alphen aan den Rijn, Netherlands. We specialize in developing web applications, mobile applications and websites. You can find more info on our website.
License
The MIT License (MIT). Please see License File for more information.