Skip to content

shopwareLabs/DevelopmentBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DevelopmentBundle

A Shopware 6 development bundle that provides additional development utilities and tools.

Overview

This bundle extends the Shopware 6 core framework to provide development-specific functionality.

Installation

composer require shopware/development-bundle

Add it to config/bundles.php

DevelopmentBundle::class => ['dev' => true],

Structure

DevelopmentBundle/
├── composer.json        # Bundle dependencies and autoloading
├── src/
│   └── DevelopmentBundle.php  # Main bundle class
└── README.md           # This file

Requirements

  • Shopware 6
  • PHP 8.2 or higher

Usage

This bundle is automatically loaded when placed in the custom/plugins directory of your Shopware installation.

Development

To extend this bundle, add your custom services, commands, or controllers in the src/ directory following Symfony bundle conventions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages