PHPackages                             ricadesign/laravel-ecommerce-data-model - 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. ricadesign/laravel-ecommerce-data-model

ActiveLibrary[Framework](/categories/framework)

ricadesign/laravel-ecommerce-data-model
=======================================

Laravel migrations, models and Nova resources for the creation of an ecommerce site

v0.1.1(5y ago)412[1 PRs](https://github.com/Ricadesign/laravel-ecommerce-data-model/pulls)MITPHPPHP ^7.0

Since May 14Pushed 2y ago2 watchersCompare

[ Source](https://github.com/Ricadesign/laravel-ecommerce-data-model)[ Packagist](https://packagist.org/packages/ricadesign/laravel-ecommerce-data-model)[ RSS](/packages/ricadesign-laravel-ecommerce-data-model/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

laravel-ecommerce-data-model
============================

[](#laravel-ecommerce-data-model)

Laravel migrations, models and Nova resources for the creation of an ecommerce site

Installation
------------

[](#installation)

Begin by pulling in the package through Composer.

```
composer require ricadesign/laravel-ecommerce-data-model
```

Publishing everything
---------------------

[](#publishing-everything)

```
php artisan vendor:publish --tag=ricadesign/laravel-ecommerce-data-model
```

Add fields to create\_features\_table migration. Edit other migrations as needed before running them.

Using seeders
-------------

[](#using-seeders)

If needed, call the following seeders from your main seeder. Make sure to add the relationships below on your User model before doing so:

```
$this->call([
    CategorySeeder::class,
    ProductSeeder::class,
    OrderSeeder::class,
]);
```

```
public function addresses()
{
    return $this->hasMany(Address::class);
}

public function orders()
{
    return $this->hasMany(Order::class);
}
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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.

###  Release Activity

Cadence

Every ~12 days

Total

2

Last Release

1863d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26688392d136adb39794523162938f4f3d1f9c08ba69aef8e79cb8ebfa3e57ae?d=identicon)[Payetus](/maintainers/Payetus)

---

Top Contributors

[![dluqueioc](https://avatars.githubusercontent.com/u/58665252?v=4)](https://github.com/dluqueioc "dluqueioc (1 commits)")[![Payetus](https://avatars.githubusercontent.com/u/3797659?v=4)](https://github.com/Payetus "Payetus (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ricadesign-laravel-ecommerce-data-model/health.svg)

```
[![Health](https://phpackages.com/badges/ricadesign-laravel-ecommerce-data-model/health.svg)](https://phpackages.com/packages/ricadesign-laravel-ecommerce-data-model)
```

###  Alternatives

[laravel/octane

Supercharge your Laravel application's performance.

4.0k26.6M218](/packages/laravel-octane)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[vanilo/framework

E-commerce Framework for Laravel

86671.7k4](/packages/vanilo-framework)[code16/sharp

Laravel Content Management Framework

79164.7k8](/packages/code16-sharp)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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