integration_documentation:shopware_6

integration_documentation:shopware_6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
integration_documentation:shopware_6 [2020/10/21 12:10]
dominik
integration_documentation:shopware_6 [2020/10/22 16:51]
daniel
Line 1: Line 1:
-===== Shopware 6 plugin integration ​- EN =====+{{:​integration_documentation:​plugins:​sw6-logo.jpg?​nolink&​400|}} 
 +===== Shopware 6 plugin integration =====
  
 ==== Download from Shopware store ==== ==== Download from Shopware store ====
Line 62: Line 63:
 #### Autoloading #### Autoloading
  
-While composer autoloading is disabled by default, you can always enable it by adding the following line after the class definition in `\FINDOLOGIC\ExtendFinSearch\ExtendFinSearch`. 
 </​markdown>​ </​markdown>​
  
-<​note ​important>You only need composer autoloading in case you [[https://​getcomposer.org/​doc/​03-cli.md#​require|require additional composer dependencies]].</​note>​+<​note ​tip>You only need composer autoloading in case you [[https://​getcomposer.org/​doc/​03-cli.md#​require|require additional composer dependencies]].</​note>​
  
 <​markdown>​ <​markdown>​
-![https://​docs.findologic.com/​lib/​exe/​fetch.php?​t=1603273975&​tok=ddd8c2&​media=integration_documentation:​extension.png](https://​docs.findologic.com/​lib/​exe/​fetch.php?​t=1603273975&​tok=ddd8c2&​media=integration_documentation:​extension.png) +![https://​docs.findologic.com/​lib/​exe/​fetch.php?​t=1603273975&​tok=ddd8c2&​media=integration_documentation:​extension.png](https://​docs.findologic.com/​lib/​exe/​fetch.php?​t=1603273975&​tok=ddd8c2&​media=integration_documentation:​extension.png) ​  
-Copy: `require_once $this->​getBasePath() . '/​vendor/​autoload.php';​`+ 
 +While composer autoloading is disabled by default, you can always enable it by uncommenting the marked line in `\FINDOLOGIC\ExtendFinSearch\ExtendFinSearch`.
  
 #### Upgrading #### Upgrading
  
-Most of the time we try to not break backwards compatibility while developing the main plugin. ​Breaking changes to the main plugin, which may break an extension, ​will only be released in major releases (1.x.x => 2.x.x) and a respective `UPGRADE-x.x` guide can be found [at GitHub](https://​github.com/​findologic/​plugin-shopware-6). ​+Breaking changes to the main plugin will only be released in major releases (e.g. 1.x.x => 2.x.x) and a respective `UPGRADE-x.x` guide can be found in [GitHub](https://​github.com/​findologic/​plugin-shopware-6). ​
  
 </​markdown>​ </​markdown>​