Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Backup Symfony Bundle Laravel Package

captjm/backup-symfony-bundle

View on GitHub
Deep Wiki
Context7

Backup Symfony

Installation

BackupSymfonyBundle requires PHP 8 or higher and Symfony 5.4 or higher.

Run the following command to install it in your application:

$ composer require captjm/backup-symfony-bundle

Insert in config/routes.yaml:

captjm_backup:
    resource: '../vendor/captjm/backup-symfony-bundle/src/Controller/'
    type: annotation

Insert in config/services.yaml:

parameters:

    captjm.database_url: '%env(DATABASE_URL)%'
    
services:

    Captjm\BackupSymfonyBundle\Controller\CaptjmBackupSymfonyController:
        tags:
            - 'controller.service_arguments'
        arguments:
            - '@parameter_bag'

And then insert in Controller/Admin/DashboardController.php:

public function configureMenuItems(): iterable
{
    ....
    yield MenuItem::linkToRoute('Backup', 'fas fa-download', 'captjm_backup');
    ....
}    

Documentation

Versions

Demo Application

License

This software is published under the MIT License

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui