Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
App
Test
Unit
_files
other
local_developer.php
Go to the documentation of this file.
1
<?php
7
return
[
8
'db'
=> [
9
'connection'
=> [
10
'connection_one'
=> [
'name'
=>
'connection_one'
,
'dbname'
=>
'overridden_db_one'
],
11
'connection_new'
=> [
'name'
=>
'connection_new'
,
'dbname'
=>
'db_new'
],
12
],
13
],
14
'resource'
=> [
15
'resource_one'
=> [
'name'
=>
'resource_one'
,
'connection'
=>
'connection_new'
],
16
'resource_new'
=> [
'name'
=>
'resource_new'
,
'connection'
=>
'connection_two'
],
17
],
18
'cache'
=> [
19
'frontend'
=> [
20
'cache_frontend_one'
=> [
'name'
=>
'cache_frontend_one'
,
'backend'
=>
'memcached'
],
21
'cache_frontend_new'
=> [
'name'
=>
'cache_frontend_new'
,
'backend'
=>
'apc'
],
22
],
23
'type'
=> [
24
'cache_type_one'
=> [
'name'
=>
'cache_type_one'
,
'frontend'
=>
'cache_frontend_new'
],
25
'cache_type_new'
=> [
'name'
=>
'cache_type_new'
,
'frontend'
=>
'cache_frontend_two'
],
26
],
27
],
28
'arbitrary_one'
=>
'Overridden Value One'
,
29
'arbitrary_new'
=>
'Value New'
30
];