Skip to content

rapidez/mageplaza-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rapidez Mageplaza Blog

Requirements

You need to have the Mageplaza Blog module installed and configured within your Magento 2 installation.

Installation

composer require rapidez/mageplaza-blog

After that go to the configured blog url, default: /blog

Views

If you need to change the views you can publish them with:

php artisan vendor:publish --provider="Rapidez\MageplazaBlog\MageplazaBlogServiceProvider" --tag=views

Note

Currently only the blog overview and post detail are implemented. The features listed below are for example not implemented (yet) but feel free to build it and create a pull request.

  • Categories
  • Topics
  • Tags
  • Social sharing
  • Comments
  • Archive
  • Search
  • Sidebar
  • Related posts/products

License

GNU General Public License v3. Please see License File for more information.