oh-deer-bundles/smart-export-bundle

Symfony Bundle helps for export data to file

v0.1.01 2022-01-24 08:41 UTC

This package is auto-updated.

Last update: 2024-11-11 14:31:38 UTC


README

On fly file data export management bundle

Installation

Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.

Applications that use Symfony Flex

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

$ composer require oh-deer-bundles/smart-export-bundle

Then you must create tables of this bundle.

$ php bin/console make:migration
$ php bin/console doctrine:migration:migrate

Now you are able to create your first export. A basic admin interface are available on http://yourdomain.com/seb/admin. So you must secure this route you can change this in the file config/route/odb.yaml

You can build your own admin and export pages. In this case, don't forget to remove the odb.yaml routes files.

To build your own pages you can follow the AdminController included in the bundle.