dev-master
9999999-devThis bundle integrates 'darvinstudio/fileman' with Symfony.
MIT
The Requires
1.0.0
1.0.0.0This bundle integrates 'darvinstudio/fileman' with Symfony.
MIT
The Requires
This bundle integrates 'darvinstudio/fileman' with Symfony.
This bundle integrates "darvinstudio/fileman" with Symfony. It allows to easily exchange uploaded files between Symfony-based project's instances., (*1)
$ composer require darvinstudio/darvin-fileman-bundle
// app/AppKernel.php public function registerBundles() { $bundles = [ // ... new Darvin\DatabaserBundle\DarvinFilemanBundle(), // ... ]; }
$ /usr/bin/env php bin/console fileman:pull [-k|--key [KEY]] [-p|--password] [-P|--port [PORT]] [--parameters [PARAMETERS]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command> <user@host> <project_path_remote> [<project_path_local>]
Examples:, (*2)
$ /usr/bin/env php bin/console fileman:pull root@example.com www/example.com $ /usr/bin/env php bin/console fileman:pull -P 123 root@example.com /var/www/example.com
$ /usr/bin/env php bin/console fileman:push [-k|--key [KEY]] [-p|--password] [-P|--port [PORT]] [--parameters [PARAMETERS]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] <command> <user@host> <project_path_remote> [<project_path_local>]
Examples:, (*3)
$ /usr/bin/env php bin/console fileman:push root@example.com www/example.com $ /usr/bin/env php bin/console fileman:push -P 123 root@example.com /var/www/example.com
This bundle integrates 'darvinstudio/fileman' with Symfony.
MIT
This bundle integrates 'darvinstudio/fileman' with Symfony.
MIT