Skip to content

sblahut/magento2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Brooklyn Brewery

Synopsis

This is a migration project to move https://brooklynbrewery.com/ from Magento 1 to Magento 2 done by Command C.

Installation

Magento 2 installation instructions can be found here: https://devdocs.magento.com/guides/v2.3/install-gde/bk-install-guide.html

Registration

All modules have a registration.php in their root directory under app > code with contents similar to the following:

<?php
/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */

\Magento\Framework\Component\ComponentRegistrar::register(
    \Magento\Framework\Component\ComponentRegistrar::MODULE,
    'CommandC_Module',
    __DIR__
);

They must also include a xml file within app > code > -> etc .xml. Here is a sample template that will adjust accordinly to the type of module or change:

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
    <module name="CommandC_Module" setup_version="1.2.0">
    </module>
</config>

Contributors

Command C

License

This is a private theme developed for Brooklyn Brewery by Steven Blahut and Zero Tech, LLC. All rights reserved.

About

No description, website, or topics provided.

Resources

License

OSL-3.0 and 2 other licenses found

Licenses found

OSL-3.0
LICENSE.txt
Unknown
COPYING.txt
AFL-3.0
LICENSE_AFL.txt

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published