Skip to content
Discussion options

You must be logged in to vote

Hi! Great question.
I planned to add a documentation section for this, but didn't have time to do it.

Actually, bagisto visual does not store any data in the database.
All visual changes are saved to disk. By default changes are stored in storage/bagisto-visual, but you can configure a custom directory where the changes are saved.

Here how you can do it:

Step 1 - Publish the Config File

php artisan vendor:publish --tag=visual-config

This will create config/bagisto_visual.php.

with the following content:

return [
    'data_path' => storage_path('bagisto-visual'),

    'images_storage' => 'public',
    'images_directory' => 'bagisto-visual/images',
];

Step 1 - Configure config/bagisto_visua…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PaulaAcceleralia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants