bagistoplus / visual
Bagisto theme framework and visual theme editor
Installs: 2 659
Dependents: 2
Suggesters: 0
Security: 0
Stars: 31
Watchers: 2
Forks: 10
Open Issues: 0
pkg:composer/bagistoplus/visual
Requires
- php: ^8.2
- andreiio/blade-remix-icon: ^3.6
- blade-ui-kit/blade-heroicons: ^2.4
- blade-ui-kit/blade-icons: ^1.7
- craftile/laravel: ^0.4.2
- illuminate/contracts: ^11.0||^12.0
- mallardduck/blade-lucide-icons: ^1.23
- matthieumastadenis/couleur: ^0.1.2
- mews/purifier: ^3.4
- spatie/browsershot: ^3.61||^5.0
- spatie/once: ^3.1
- symfony/filesystem: ^6.4
Requires (Dev)
- archielite/laravel-facade-docblock-generator: ^1.0
- bagisto/bagisto: ^2.3
- calebdw/larastan-livewire: ^1.1
- larastan/larastan: ^2.9
- laravel/pint: ^1.14
- livewire/livewire: ^3.6
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^9.0.0||^8.22.0
- pestphp/pest: ^2.34
- pestphp/pest-plugin-arch: ^2.7
- pestphp/pest-plugin-laravel: ^2.3
- phpstan/extension-installer: ^1.3
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
This package is auto-updated.
Last update: 2025-12-19 10:33:53 UTC
README
A modern theme framework and visual editor for Bagisto
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 trueThis allows Composer to install pre-release versions of Bagisto Visual.
You can publish the config file with:
php artisan vendor:publish --tag="visual-assets"
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.
