PHPackages                             ahmetarsiv/ecommerce-blog-extension - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. ahmetarsiv/ecommerce-blog-extension

ActiveLibrary[Framework](/categories/framework)

ahmetarsiv/ecommerce-blog-extension
===================================

The Laravel eCommerce Blog Extension

564[2 issues](https://github.com/ahmetarsiv/ecommerce-blog-extension/issues)PHP

Since Jul 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ahmetarsiv/ecommerce-blog-extension)[ Packagist](https://packagist.org/packages/ahmetarsiv/ecommerce-blog-extension)[ RSS](/packages/ahmetarsiv-ecommerce-blog-extension/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

eCommerce Blog Extension
========================

[](#ecommerce-blog-extension)

[![License](https://camo.githubusercontent.com/8e6755003e242c8948e680fae546852908aed7a73bca3f04db8f5655606ae139/68747470733a2f2f706f7365722e707567782e6f72672f61686d657461727369762f65636f6d6d657263652d626c6f672d657874656e73696f6e2f6c6963656e7365)](https://github.com/ahmetarsiv/ecommerce-blog-extension/blob/master/LICENSE)[![Total Downloads](https://camo.githubusercontent.com/b6573ecd2ca622acdfdb3e8d4f70ca039d876e52e7ca291fd86d1247735d038c/68747470733a2f2f706f7365722e707567782e6f72672f61686d657461727369762f65636f6d6d657263652d626c6f672d657874656e73696f6e2f642f746f74616c2e737667)](https://packagist.org/packages/ahmetarsiv/ecommerce-blog-extension)

1. Introduction:
----------------

[](#1-introduction)

With the help of this module, the store owner can add a blog on the bagisto store. Since Blogs play a vital role in increasing the traffic on your site and also improves your website SEO, therefore, this module will be a gem to your website

- Multi-language support in blog post, category &amp; tag
- Multi-channel support in a blog post only.
- SEO friendly URL eg: blog/page/{PAGE\_NUMBER} blog/{PRIMARY\_CATEGORY}/{POST\_SLUG}
- Responsive image support
- Option to disable comment widget for individual post
- Post like button (only for theregisterd customer)
- Display categories and tags list with the number of posts count (option to disable post counts)
- The number of widgets such as show previous and next post in post detail page, recent posts in homepage, related posts in detail page, recent posts &amp; comment with nested replies support etc.
- Option to limit the number of posts to display per page, related posts &amp; recent post.
- Option to enable/disable author page, comment widget (globally), guest comment, comment moderation, email notification for a new comment to post’s author &amp; Google reCaptcha for comment form to protect from spam
- Control the maximum nested comment depth

2. Requirements:
----------------

[](#2-requirements)

- **PHP**: 8.0 or higher.
- **Bagisto**: v1.4.\*
- **Composer**: 1.6.5 or higher.

3. Installation:
----------------

[](#3-installation)

- Run the following command

```
composer require ahmetarsiv/ecommerce-blog-extension

```

- Run these commands below to complete the setup

```
composer dump-autoload

```

- Run these commands below to complete the setup

```
php artisan migrate

```

```
php artisan storage:link

```

```
php artisan route:cache

```

```
php artisan vendor:publish --all

```

Installation without composer:
------------------------------

[](#installation-without-composer)

- Unzip the respective extension zip and then merge "packages" and "storage" folders into project root directory.
- Goto config/app.php file and add following line under 'providers'

```
Webkul\Blog\Providers\BlogServiceProvider::class,

```

- Goto composer.json file and add following line under 'psr-4'

```
"Webkul\\Blog\\": "packages/Webkul/Blog/src"

```

- Run these commands below to complete the setup

```
composer dump-autoload

```

```
php artisan migrate

```

```
php artisan storage:link

```

```
php artisan route:cache

```

```
php artisan vendor:publish --all

```

> That's it, now just execute the project on your specified domain.

Contributors
------------

[](#contributors)

This project is on [Open Collective](https://opencollective.com/arsivpro), and it exists thanks to the people who contribute.

[![](https://camo.githubusercontent.com/f4d8a6317664e228578b625988d48b881efebf2fe16171cff5f59fc33327a6bf/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f617273697670726f2f6261636b6572732e7376673f77696474683d383930)](https://github.com/ahmetarsiv/ecommerce-blog-extension/graphs/contributors)

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/06878efbf4b8ae440f1f737718455196a9cffd6e35de36f1838891fb7dd683cd?d=identicon)[ahmetarsiv](/maintainers/ahmetarsiv)

---

Top Contributors

[![ahmetarsiv](https://avatars.githubusercontent.com/u/101526596?v=4)](https://github.com/ahmetarsiv "ahmetarsiv (9 commits)")

---

Tags

bagistoblogecommerce

### Embed Badge

![Health badge](/badges/ahmetarsiv-ecommerce-blog-extension/health.svg)

```
[![Health](https://phpackages.com/badges/ahmetarsiv-ecommerce-blog-extension/health.svg)](https://phpackages.com/packages/ahmetarsiv-ecommerce-blog-extension)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M300](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
