codebar-ag / laravel-flysystem-cloudinary-nova
This is my package laravel-flysystem-cloudinary-nova
Package info
github.com/codebar-ag/laravel-flysystem-cloudinary-nova
pkg:composer/codebar-ag/laravel-flysystem-cloudinary-nova
Requires
- php: 8.3.*|8.4.*|8.5.*
- codebar-ag/laravel-flysystem-cloudinary: ^13.0
- illuminate/contracts: ^13.0
- laravel/nova: ^5.8
- spatie/laravel-package-tools: ^1.19
Requires (Dev)
- larastan/larastan: ^3.9
- laravel/pint: ^1.21
- orchestra/testbench: ^11.0
- pestphp/pest: ^4.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- spatie/laravel-ray: ^1.39
This package is auto-updated.
Last update: 2026-04-03 16:58:41 UTC
README
🛠 Requirements
- Cloudinary Account
- Laravel Flysystem Cloudinary
| Package | PHP | Laravel | Nova | Flysystem Cloudinary |
|---|---|---|---|---|
| v13.0 | ^8.3 - ^8.5 | 13.x | ^5.8 | ^13.0 |
| v12.0 | ^8.2 - ^8.4 | 12.x | ^5.2.6 | ^12.0 |
| v11.0 | ^8.2 - ^8.3 | 11.x | ^4.3 | ^11.0 |
| v2.0.0 | ^8.2 | 11.x | ^4.3 | 3.0 |
| v1.0.0 | ^8.2 | 10.x | ^4.3 | 3.0 |
Install Laravel Flysystem Cloudinary v13 (or compatible ^13.0) alongside this package for Laravel 13.
⚙️ Installation
You can install the package via composer:
composer require codebar-ag/laravel-flysystem-cloudinary-nova
Follow the installation instructions of Laravel Flysystem Cloudinary
📝 Usage
use CodebarAg\FlysystemCloudinaryNova\CloudinaryImage; CloudinaryImage::make('Image')
🚧 Testing
Run the tests:
composer test
📝 Changelog
Please see CHANGELOG for more information on what has changed recently.
✏️ Contributing
Please see CONTRIBUTING for details.
🧑💻 Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
🙏 Credits
- Sebastian Bürgin-Fix
- All Contributors
- Skeleton Repository from Spatie
- Laravel Package Training from Spatie
License
The MIT License (MIT). Please see License File for more information.