We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I using https://github.com/GrahamCampbell/Laravel-Flysystem on my project with Copy and FTP, both are working fine, but when I try to php artisan backup:run (With FTP) I get this message:
[ErrorException] ftp_connect(): php_network_getaddresses: getaddrinfo failed: Nome ou serviço desconhecido
And with Copy:
[BadMethodCallException] Call to undefined method League\Flysystem\Filesystem::createDriver
What am I doing wrong? :)
The text was updated successfully, but these errors were encountered:
The error message indicates that the url you're connecting to is not ok. Are you sure the host specified in the ftp configuration exist?
Sorry, something went wrong.
It does exist, on the flysystem configuration file... the default laravel file doesn't have a Copy option.
No branches or pull requests
I using https://github.com/GrahamCampbell/Laravel-Flysystem on my project with Copy and FTP, both are working fine, but when I try to php artisan backup:run (With FTP) I get this message:
[ErrorException]
ftp_connect(): php_network_getaddresses: getaddrinfo failed: Nome ou serviço desconhecido
And with Copy:
[BadMethodCallException]
Call to undefined method League\Flysystem\Filesystem::createDriver
What am I doing wrong? :)
The text was updated successfully, but these errors were encountered: