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