-
Notifications
You must be signed in to change notification settings - Fork 5
Unable to find the voyager:import command #2
Comments
I have the same issue. It used to be working just fine. |
I've dropped a pr to fix this. In the meantime, you can add a repository in your "repositories": [
{
"type": "git",
"url": "https://github.com/adityastic/voyager-config-exporter.git"
}
] and add a requirement like below: "require": {
"php": "^7.3",
"adityastic/voyager-config": "dev-master"
}, run also make sure that you publish the provider using and you should be good to go :) |
pardon my ignorance, but if my i already have a repository for something else, how do i add another one? EDIT: nvm, realized i had to add an alias for it to work:
|
@adityastic Thanks for the PR! Hope it gets merged soon.
You saved me guys! Cheers |
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 thisvoyager: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
The text was updated successfully, but these errors were encountered: