ashsmith / magento2-blog-module-example
This package is abandoned and no longer maintained.
No replacement package was suggested.
A simple blog module.
Package info
github.com/ashsmith/magento2-blog-module-tutorial
Type:magento2-module
pkg:composer/ashsmith/magento2-blog-module-example
0.5.5-stable
2016-01-15 11:23 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- magento/magento-composer-installer: *
This package is auto-updated.
Last update: 2022-09-13 11:00:52 UTC
README
This module is a WIP, it'll be updated as each tutorial I'm currently writing is completed.
I'm covering how to create a fully functional Magento 2 module from scratch.. even with tests. You can follow along below:
- Introduction
- 0.1.0 - Module Setup
- 0.2.0 - Models & Resource Models
- 0.3.0 - Migrations & Database Schema
- 0.4.2 - Frontend: Controllers, Blocks & Templates
- 0.5.0 - Backend: Controllers, Blocks, UI & Templates
- 0.6.0 - Unit Testing
Install with Composer as you go
Specify the version of the tutorial you need, and go go go.
composer require ashsmith/magento2-blog-module-example:0.5.2