vldmrk/phpbu-symfony-bundle

Symfony bundles integrade phpbu into the app

Installs: 162

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

0.0.1 2021-03-01 09:19 UTC

This package is auto-updated.

Last update: 2024-03-29 04:19:50 UTC


README

Install bundle into symfony project

composer require vldmrk/phpbu-symfony-bundle

Add Bundle

Vldmrk\PhpbuBundle\PhpbuBundle::class => ['all' => true],

Place configuration file phpbu.xml into the root of project '%kernel.project_dir%/phpbu.xml'

Run backup scenario php bin/console phpbu:backup

Notice

You can rewrite default location of configuration file for phpbu, just change parameter phpbu.configuration.

After that, check new configuration path php bin/console debug:container --parameter=phpbu.configuration