PHP Classes

File: etc/di.xml

Recommend this page to a friend!
  Classes of Wesley Silva   Mage Developer   etc/di.xml   Download  
File: etc/di.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mage Developer
Module to start Magento using PHP Web server
Author: By
Last change:
Date: 3 years ago
Size: 518 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <type name="Magento\Framework\Console\CommandListInterface"> <arguments> <argument name="commands" xsi:type="array"> <item name="wesleydeveloper_magedeveloper_serve" xsi:type="object">Wesleydeveloper\MageDeveloper\Console\Serve</item> </argument> </arguments> </type> </config>