rapidez/mageplaza-blog

Rapidez Mageplaza Blog

0.2.1 2022-04-12 14:19 UTC

This package is auto-updated.

Last update: 2024-05-12 17:30:50 UTC


README

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.