PHPackages                             avored/laravel-ecommerce - 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. avored/laravel-ecommerce

ActiveProject[Framework](/categories/framework)

avored/laravel-ecommerce
========================

The AvoRed Ecommerce App

3.34(5y ago)1.5k10.1k↓100%546[29 issues](https://github.com/avored/laravel-ecommerce/issues)[15 PRs](https://github.com/avored/laravel-ecommerce/pulls)MITTypeScriptPHP &gt;=7.3

Since Aug 11Pushed 2y ago103 watchersCompare

[ Source](https://github.com/avored/laravel-ecommerce)[ Packagist](https://packagist.org/packages/avored/laravel-ecommerce)[ Fund](https://opencollective.com/laravel-ecommerce)[ RSS](/packages/avored-laravel-ecommerce/feed)WikiDiscussions main Synced 2mo ago

READMEChangelog (10)Dependencies (13)Versions (90)Used By (0)

[![](https://raw.githubusercontent.com/avored/framework/main/logo.svg)](https://avored.com)

AvoRed an laravel headless e commerce
=====================================

[](#avored-an-laravel-headless-e-commerce)

A headless e commerce GraphQL API which uses Laravel as a backend.

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

[](#installation)

##### Backend APP setup

[](#backend-app-setup)

First thing first we will install laravel backend api service. First thing first we will install the laravel app.

```
composer create-project laravel/laravel avored-backend
cd avored-backend
composer require avored/framework
composer require avored/dummy-data
composer require avored/cash-on-delivery
composer require avored/pickup

```

Set up your .env values and CORS

To fixed the CORS in your laravel8 app. You can open `config/cors.php` and replace the code like below in the file.

```
'allowed_origins' => ['http://localhost:8080'],

```

Once the .env setup is done then we can install the AvoRed E commerce

```
php artisan avored:install
php artisan vendor:publish --provider="AvoRed\Framework\AvoRedServiceProvider"
yoursite.com/graphiql

```

Once the avored/framework has been installed after that we will make sure we setup the CORS to allow access of an graphql api via any frontend.

##### Frontend APP Setup

[](#frontend-app-setup)

```
git clone https://github.com/avored/laravel-ecommerce avored-frontend
cd avored-frontend
npm install
npm run serve

```

#### Installation via Docker

[](#installation-via-docker)

Execute the below command:

```
git clone https://github.com/avored/docker-dev.git
cd docker-dev

git clone https://github.com/avored/laravel-ecommerce ./src/frontend
docker-compose up -d
docker-compose run --rm composer create-project laravel/laravel:8.6 ./
docker-compose run --rm composer require avored/framework
docker-compose run --rm composer require avored/dummy-data avored/cash-on-delivery avored/pickup

```

Now setup `.env` file. Open a avored app .env file which is located at `./src/backend/.env` then setup your database and any other env as per your docker-compose.yml file

```
DB_HOST=mysql
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

```

Now we just have to install the AvoRed and create an avored admin user account

```
docker-compose run --rm artisan avored:install
docker-compose run --rm artisan vendor:publish --provider="AvoRed\Framework\AvoRedServiceProvider"

```

Now we need to setup CORS so frontend application can receive api call from backnd. Open `./src/backend/config/cors.php` then replace the below line

```
    'paths' => ['/graphql', 'sanctum/csrf-cookie'],
    'allowed_origins' => ['http://localhost:8060'],

```

That's It. Now you can visit `http://localhost:8060` for frontend and for backend you can visit `http://localhost:8050/admin`

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity48

Moderate usage in the ecosystem

Community37

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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 ~19 days

Recently: every ~13 days

Total

87

Last Release

1918d ago

Major Versions

0.9 → 1.02017-02-10

1.9 → 2.02018-03-20

2.9.8.8 → 3.0.0-alpha.12019-07-05

PHP version history (8 changes)0.1.0PHP &gt;=5.5.9

0.6PHP &gt;=5.6.4

1.8PHP &gt;=7.0.0

2.0PHP &gt;=7.1.3

3.0.0-alpha.1PHP ^7.1.3

3.0.0PHP ^7.2

3.0.1PHP &gt;=7.2

3.2.4PHP &gt;=7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/dca0a53ed354eb185f4ff9dd779b7e9e2d224adb929d183295ac14ef64cea378?d=identicon)[indpurvesh](/maintainers/indpurvesh)

---

Top Contributors

[![indpurvesh](https://avatars.githubusercontent.com/u/4218702?v=4)](https://github.com/indpurvesh "indpurvesh (2025 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (67 commits)")[![ghermans](https://avatars.githubusercontent.com/u/1594411?v=4)](https://github.com/ghermans "ghermans (65 commits)")[![ishifoev](https://avatars.githubusercontent.com/u/34019391?v=4)](https://github.com/ishifoev "ishifoev (22 commits)")[![lhsazevedo](https://avatars.githubusercontent.com/u/7695608?v=4)](https://github.com/lhsazevedo "lhsazevedo (9 commits)")[![d1ms1m](https://avatars.githubusercontent.com/u/17797202?v=4)](https://github.com/d1ms1m "d1ms1m (9 commits)")[![itrack](https://avatars.githubusercontent.com/u/2368391?v=4)](https://github.com/itrack "itrack (5 commits)")[![Petro-Ivvysoft](https://avatars.githubusercontent.com/u/11421312?v=4)](https://github.com/Petro-Ivvysoft "Petro-Ivvysoft (5 commits)")[![purveshpatelau](https://avatars.githubusercontent.com/u/61680327?v=4)](https://github.com/purveshpatelau "purveshpatelau (5 commits)")[![flexander](https://avatars.githubusercontent.com/u/1437558?v=4)](https://github.com/flexander "flexander (4 commits)")[![cchoe1](https://avatars.githubusercontent.com/u/22717978?v=4)](https://github.com/cchoe1 "cchoe1 (3 commits)")[![chandresh1339](https://avatars.githubusercontent.com/u/56162464?v=4)](https://github.com/chandresh1339 "chandresh1339 (3 commits)")[![bachilli](https://avatars.githubusercontent.com/u/1070049?v=4)](https://github.com/bachilli "bachilli (2 commits)")[![dangenendt](https://avatars.githubusercontent.com/u/7514758?v=4)](https://github.com/dangenendt "dangenendt (2 commits)")[![mattkelliher](https://avatars.githubusercontent.com/u/1458275?v=4)](https://github.com/mattkelliher "mattkelliher (2 commits)")[![mohaelmrabet](https://avatars.githubusercontent.com/u/3817628?v=4)](https://github.com/mohaelmrabet "mohaelmrabet (2 commits)")[![nbrabant](https://avatars.githubusercontent.com/u/15344150?v=4)](https://github.com/nbrabant "nbrabant (2 commits)")[![nextdoorpanda](https://avatars.githubusercontent.com/u/44091936?v=4)](https://github.com/nextdoorpanda "nextdoorpanda (2 commits)")[![ozdemirburak](https://avatars.githubusercontent.com/u/5355510?v=4)](https://github.com/ozdemirburak "ozdemirburak (2 commits)")[![peerrabe](https://avatars.githubusercontent.com/u/446964?v=4)](https://github.com/peerrabe "peerrabe (2 commits)")

---

Tags

address-bookcartcommerceecommerceecommerce-platformhacktoberfestlaravellaravel-ecommercelaravel5-ecommerceopen-sourceorderorder-managementorder-returnphpshoppingshopping-cartshopping-cart-solutionshopping-manageruser-managementframeworklaravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/avored-laravel-ecommerce/health.svg)

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

###  Alternatives

[marketplacekit/marketplacekit

Open source Marketplace Platform

8185.2k](/packages/marketplacekit-marketplacekit)[wanglelecc/laracms

The LaraCMS management system.

5884.0k](/packages/wanglelecc-laracms)[mpociot/botman-laravel-starter

BotMan Chatbot framework.

3335.4k](/packages/mpociot-botman-laravel-starter)[lms-laravel/lms-laravel

The Laravel Framework.

4981.8k](/packages/lms-laravel-lms-laravel)

PHPackages © 2026

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