From 6413d0c04ad5c9fc84ea4e3ceca2469d47355f3f Mon Sep 17 00:00:00 2001 From: Vincent Verbruggen Date: Mon, 2 Feb 2026 09:36:38 +0100 Subject: [PATCH] vault backup: 2026-02-02 09:36:38 --- Career/Resources/Packages/Bagisto Visual.md | 29 +++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Career/Resources/Packages/Bagisto Visual.md diff --git a/Career/Resources/Packages/Bagisto Visual.md b/Career/Resources/Packages/Bagisto Visual.md new file mode 100644 index 0000000..186327f --- /dev/null +++ b/Career/Resources/Packages/Bagisto Visual.md @@ -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