๐ŸฉBehance Integration

first of all, you need to install dusk as a main package to allow this feature

composer require laravel/dusk

now install the dusk driver

php artisan dusk:install

now you need to allow Behance import on your panel provider /app/Providers/Filament/AdminPanelProvider.php add this method

->plugin(\TomatoPHP\FilamentCms\FilamentCMSPlugin::make()->allowBehanceImport())

Last updated