rapidez / mageplaza-blog
Rapidez Mageplaza Blog
Installs: 79
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Open Issues: 0
Language:Blade
Requires
- php: ^8.0|^8.1
- illuminate/database: ^9.0
- illuminate/support: ^9.0
- illuminate/view: ^9.0
- rapidez/core: ~0.54
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.