Package to embed an image or youtube/vimeo as a Filament field
You can install the package via composer:
composer require codedor/filament-image-or-videoOptionally, you can publish the views using
php artisan vendor:publish --tag="filament-image-or-video-views"Optionally, you can publish the translations using
php artisan vendor:publish --tag="filament-image-or-video-translations"$filamentImageOrVideo = new Codedor\FilamentImageOrVideo();
echo $filamentImageOrVideo->echoPhrase('Hello, Codedor!');For the full documentation, check here.
vendor/bin/pestPlease see CHANGELOG for more information on what has changed recently.
Please see UPGRADING for more information on how to upgrade to a new version.
Please see CONTRIBUTING for details.
If you discover any security-related issues, please email info@codedor.be instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.