vault backup: 2026-02-02 09:36:38

This commit is contained in:
Vincent Verbruggen
2026-02-02 09:36:38 +01:00
parent eaaa6e5483
commit 6413d0c04a

View File

@@ -0,0 +1,29 @@
https://github.com/bagistoplus/visual
A modern theme framework and visual editor for the Bagisto e-commerce platform. Enables development of customizable themes with a drag-and-drop editor for merchants and developers.
## Features
- Modular theme framework with organized structure
- JSON-based templates for flexible, reusable layouts
- Drag-and-drop visual editor for theme customization
- Pre-built customizable sections using Blade or Livewire components
- No manual code modifications required for basic customizations
## Requirements
- PHP 8.2+
- Bagisto 2.3+
## Usage
For pre-release versions, configure Composer first:
```bash
composer config minimum-stability dev && composer config prefer-stable true
```
```bash
composer require bagistoplus/visual:^2.0@dev
php artisan vendor:publish --tag="visual-assets"
```
Documentation: https://visual.bagistoplus.com
#bagisto #ecommerce #themes #visual-editor #livewire #blade #drag-and-drop