| Current Path : /var/www/magento.test.indacotrentino.com/www/app/code/Ashsmith/Blog/ |
| Current File : /var/www/magento.test.indacotrentino.com/www/app/code/Ashsmith/Blog/README.md |
# Magento 2 Blog Module Tutorial
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](https://www.ashsmith.io/magento2/module-from-scratch-introduction/)
- 0.1.0 - [Module Setup](https://www.ashsmith.io/magento2/module-from-scratch-module-part-1-setup/)
- 0.2.0 - [Models & Resource Models](https://www.ashsmith.io/magento2/module-from-scratch-module-part-2-models/)
- 0.3.0 - [Migrations & Database Schema](http://www.ashsmith.io/magento2/module-from-scratch-part-3-database-tables/)
- 0.4.2 - [Frontend: Controllers, Blocks & Templates](https://www.ashsmith.io/magento2/module-from-scratch-part-4-the-frontend/)
- 0.5.0 - [Backend: Controllers, Blocks, UI & Templates](https://www.ashsmith.io/magento2/module-from-scratch-part-5-adminhtml/)
- 0.6.0 - [Unit Testing](https://www.ashsmith.io/magento2/module-from-scratch-part-6-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