Access and manage resources from your Pydio instance.
Use composer to get the bundle
composer require "a5sys/pydio-bundle"
In the AppKernel, activate the bundle for the dev environment
new A5sys\PydioBundle\PydioBundle(),
config.yml
pydio:
base_api_url: %pydio_base_url%
api_url: %pydio_api_url%
login: %pydio_login%
password: %pydio_password%
parameters.yml
parameters:
pydio_base_url: 'http://myPydioInstance'
pydio_api_url: '/pydio/api/v2'
pydio_login: 'pydioLogin'
pydio_password: 'pydioPassword'
Create a PR with the associated tests.
Run tests :
vendor/bin/phpunit
or
vendor/bin/phpunit --filter DirectoryServiceTest
How can I help you explore Laravel packages today?