Installed the package via
composer require madebybob/voyager-config
published the provider
php artisan vendor:publish --provider="MadeByBob\VoyagerConfig\VoyagerConfigServiceProvider"
I was able to successfully export my data into the config folder. But I can't find the voyager:import command
Running php artisan list gives me this
voyager:admin Make sure there is a user with the admin role that has all of the necessary permissions. voyager:clear Clears Voyager's data from the config folder voyager:controllers Publish all the controllers from Voyager. voyager:export Export Voyager's data into the config folder voyager:install Install the Voyager Admin package