2017 © Pedro Peláez
 

magento2-module admin-module-sample

Admin module sample for Magento 2

image

tym17/admin-module-sample

Admin module sample for Magento 2

  • Wednesday, March 9, 2016
  • by Tym17
  • Repository
  • 8 Watchers
  • 43 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 15 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

AdminSample module

  • To add a menu/sub-menu, check out the following files:
    • etc/adminhtml/menu.xml
    • etc/adminhtml/routes.xml
  • To bind a page to those submenus, check out the following files:
    • You will notice the path to look like the action parameter from etc/adminhtml/menu.xml
    • Controller/Adminhtml/SampleOne/Index.php
    • Controller/Adminhtml/SampleTwo/Index.php
  • To add content to your freshly created pages, check out the following files:
    • view/adminhtml/layout/adminsample_sampleone_index.xml
    • view/adminhtml/templates/sample/one.phtml
  • To add content to your freshly created pages and pass something to it, You can also check:
    • view/adminhtml/layout/adminsample_sampletwo_index.xml
    • Controller/Adminhtml/SampleTwo/Index.php
    • view/adminhtml/templates/sample/two.phtml
  • To set and retrieve values from Magento2's configuration you can check these files:
    • Controller/Adminhtml/SampleTwo/Index.php
    • etc/adminhtml/system.xml Configuration menu in Stores/Settings/Configuration is set here
    • etc/config.xml Default configuration
    • view/adminhtml/templates/sample/two.phtml
  • To see how ACLs are made, check these files:
    • etc/acl.xml
    • You'll notice that most resource elements are from etc/adminhtml/menu.xml
  • To see how to have different layouts, check this file:
    • view/adminhtml/layout/adminsample_sampletwo_index.xml
  • To see how we create a custom block and use it, check those files:
    • Block/Adminhtml/CustomBlock.php
    • view/adminhtml/layout/adminsample_sampletwo_index.xml
  • To see how you use block functions, have a look at:
  • Block/Adminhtml/CustomBlock.php
    • view/adminhtml/templates/custom/one.phtml
  • To call a helper from a block you can check:
    • Block/Adminhtml/CustomBlock.php
    • Helper/ConfigHelper.php
    • view/adminhtml/templates/custom/one.phtml

To do

  • Use model inside CustomBlock

The Versions

09/03 2016

dev-master

9999999-dev https://github.com/Tym17/

Admin module sample for Magento 2

  Sources   Download

AFL - Academic Free License (AFL 3.0)

The Requires

 

by Avatar Tym17

admin magento2 sample

09/11 2015

v2.0.1

2.0.1.0 https://github.com/Tym17/

Admin module sample for Magento 2

  Sources   Download

AFL - Academic Free License (AFL 3.0)

The Requires

 

by Avatar Tym17

admin magento2 sample