Youtube Extension for Filament CMS Builder to auto import videos from Youtube
composer require tomatophp/filament-cms-youtube
after install your package please run this command
php artisan filament-cms-youtube:install
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
->plugin(\TomatoPHP\FilamentCmsYoutube\FilamentCmsYoutubePlugin::make())
you can publish config file by use this command
php artisan vendor:publish --tag="filament-cms-youtube-config"
you can publish views file by use this command
php artisan vendor:publish --tag="filament-cms-youtube-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="filament-cms-youtube-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="filament-cms-youtube-migrations"
Please see CHANGELOG for more information on what has changed recently.
Please see SECURITY for more information about security.
The MIT License (MIT). Please see License File for more information.