bagistoplus/visual

Bagisto theme framework and visual theme editor
13,003 75
Install
composer require bagistoplus/visual
Latest Version:v2.0.0-alpha.31
PHP:^8.2
License:MIT
Last Updated:Sep 10, 2026
Links: GitHub  ·  Packagist
Maintainer: eldomagan

Bagisto Visual social card

A modern theme framework and visual editor for Bagisto

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Features

Bagisto Visual provides everything you need to build powerful, customizable themes for the Bagisto e-commerce platform.

  • Modular theme framework with a clean, organized structure
  • JSON-based templates for layout flexibility and reusability
  • Visual drag-and-drop theme editor for merchants and developers
  • Prebuilt and customizable sections using Blade or Livewire

Installation

You can install the package via composer:

composer require bagistoplus/visual:^2.0@dev

ℹ️ Note: If you're installing an alpha/beta version, ensure your project accepts dev packages:

composer config minimum-stability dev && composer config prefer-stable true

This allows Composer to install pre-release versions of Bagisto Visual.

You can publish the config file with:

php artisan vendor:publish --tag="visual-assets"

Then run the package migrations:

php artisan migrate

These migrations create the Visual-owned tables required by editor and admin features.

Documentation

Visit the official documentation for full guides at: https://visual.bagistoplus.com

Requirements

  • PHP version: ^8.2
  • Bagisto version: ^2.3

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

We welcome issues, ideas, and pull requests.

Please see CONTRIBUTING to get started.

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

amsgames/laravel-shop

Package set to provide shop or e-commerce functionality (such as CART, ORDERS, T...

5,945 475
pixelpeter/laravel5-woocommerce-api-client

Laravel 5 wrapper for the Woocommerce REST API

106,676 123
aimeos/ai-laravel

Laravel adapter for Aimeos e-commerce integration

243,721 1,052
aimeos/aimeos-laravel

Cloud native, API first Laravel eCommerce package with integrated AI for ultra-f...

235,844 8,700