Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
a1b9801
Allow Dashboard to be extended (#2312)
alecritson Oct 14, 2025
0d2a4c6
Make Admin Dashboard compatible with immutable Carbon Dates (#2307)
thettler Oct 14, 2025
f2f4535
Add some additional database indexes (#2321)
alecritson Oct 29, 2025
fccd6c4
Update bug-report.md
glennjacobs Nov 4, 2025
8d07f51
Update bug-report.md
glennjacobs Nov 4, 2025
7c75648
Update bug-report.md
glennjacobs Nov 4, 2025
8934e73
Update README.md
glennjacobs Nov 4, 2025
118d330
Update README.md
glennjacobs Nov 4, 2025
2c0ccfd
Add translation support for EditShippingZone navigation label (#2317)
VincentTeresa Nov 11, 2025
c1f755c
Add Romanian translations (#2311)
Huncsuga Nov 11, 2025
8cb5621
Add Hungarian translations (#2308)
Huncsuga Nov 11, 2025
5d97b4f
Add Brazilian Portuguese translations (#2310)
GleydsonHudson Nov 11, 2025
43a7371
Add missing translation files (#2304)
jonagoldman Nov 11, 2025
4aaac8f
feat: add translations for name label in create product option value …
SecurID Nov 11, 2025
5df0c31
Add Turkish translations (#2271)
cavdarfurkan Nov 11, 2025
b162db0
Fix default color and icon for state in CustomerGroupRelationManager …
ChaDonSom Nov 11, 2025
3de54d0
Fix typo in extend method name for order summary infolist (#2326)
wychoong Nov 11, 2025
cd8328b
Fix vendor publish command for pdfs (#2281)
SecurID Nov 11, 2025
9e40f2e
Remove docs (#2343)
glennjacobs Nov 11, 2025
8972ebe
Ensure shipping table json fields are set to jsonb (#2279)
alecritson Nov 11, 2025
9657278
Delete product inverseAssociations (#2280)
wychoong Nov 11, 2025
e41a128
Fix product status color matching in products table (#2292)
repl6669 Nov 11, 2025
b545f78
:bug: fix(console): switch to components->info() (#2283)
chrillep Nov 11, 2025
0a4941f
Handle events after transaction commit (#2325)
jargoud Nov 11, 2025
c8d464f
Fix: Prevents fatal errors for custom Purchasable models (#2306)
ablunier Nov 11, 2025
a09de92
Fix admin activity log feed rendering (#2314)
shanebrightbulb Nov 11, 2025
484605e
Ensure customer discount search works across fields (#2285)
ryanmitchell Nov 11, 2025
16e92c6
Translate product tabs (#2344)
glennjacobs Nov 11, 2025
5888ca9
Fix: Allow the discount to be applied if no condition coupon exists r…
xahmedtaha Nov 11, 2025
54816a3
Remove Meilisearch package from monorepo (#2347)
glennjacobs Nov 12, 2025
90ee9d7
Remove READMEs, LICENSE's and redundant phpunit.xml (#2348)
glennjacobs Nov 12, 2025
e185dd5
Update split_packages.yml
glennjacobs Nov 12, 2025
4db3b1b
Add ordering by position to attribute queries (#2361)
wychoong Dec 5, 2025
dcf21b3
Ensure PDF outputs when an order has no shipping address (#2365)
ryanmitchell Dec 8, 2025
cbae3b0
Revert breadcrumbs back to ancestors (#2364)
alecritson Dec 8, 2025
d78c190
Allow shipping rates to be disabled (#2363)
alecritson Dec 8, 2025
0bd904e
Updated config key for allowsMultipleOrdersPerCart function in CartSe…
xV4L3x Dec 8, 2025
6c777cd
Use max to prevent negative sub totals (#2351)
alecritson Dec 8, 2025
5718f5f
Add meta to product options and values (#2346)
glennjacobs Dec 8, 2025
b39b56e
Revert "Remove Meilisearch package from monorepo (#2347)"
glennjacobs Dec 8, 2025
2abb7b6
Add cart_session config option to allow for the prevention of the car…
charlielangridge Dec 8, 2025
0ce76bc
Allow product association types to be customised (#2357)
alecritson Dec 8, 2025
a5c4b86
Fix table prefix duplication in multi-level model inheritance (#2353)
somegooser Dec 8, 2025
28c1794
Fix discount conditions on collections (#2345)
ryanmitchell Dec 8, 2025
4a6ffe6
Temporary removal of Meilisearch from split packages GitHub Action
glennjacobs Dec 8, 2025
99547e8
Update document-facades.yml
glennjacobs Dec 8, 2025
9495edd
Update fix-code-style.yml
glennjacobs Dec 8, 2025
b88e679
Update split_packages.yml
glennjacobs Dec 8, 2025
c359f3d
Prevent activity log button being unreachable (#2372)
alecritson Dec 11, 2025
6cddcf5
Add doctrine/dbal v4 to require (#2371)
roblesterjr04 Dec 11, 2025
1c1d9f4
Merge remote-tracking branch 'upstream/1.x' into sync-14.12.2025
Huncsuga Dec 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name: "\U0001F41B Bug report"
about: Report something that's broken.
title: ''
labels: bug,unconfirmed
type: bug
projects: ['lunarphp/9']
assignees: ''

---
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/document-facades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: document-facades

on:
push:
branches:
- '*.x'
# push:
# branches:
# - '*.x'
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fix-code-style.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: fix-code-style

on:
push:
pull_request:

jobs:
fix-code-style:
Expand Down
67 changes: 18 additions & 49 deletions .github/workflows/split_packages.yml
Original file line number Diff line number Diff line change
@@ -1,65 +1,34 @@
name: Split Packages
name: monorepo-split

on:
push:
branches:
- main
- "0.*"
- "1.*"
tags:
- "*"
tags: '*'

jobs:
tag_split_packages:
split-monorepo:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
package: ["admin", "core", "opayo", "paypal", "table-rate-shipping", "stripe", "meilisearch", "search"]
package:
- "admin"
- "core"
- "opayo"
- "paypal"
- "table-rate-shipping"
- "stripe"
- "search"
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
coverage: none

- name: Split ${{ matrix.package }}
uses: "danharrin/monorepo-split-github-action@v2.3.0"
if: "!startsWith(github.ref, 'refs/tags/')"
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
package_directory: "packages/${{ matrix.package }}"
repository_organization: "lunarphp"
repository_name: "${{ matrix.package }}"
user_name: "GitHub Action"
user_email: "action@github.com"
branch: ${GITHUB_REF#refs/heads/}

- name: Set env
if: "startsWith(github.ref, 'refs/tags/')"
run: echo "GITHUB_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV

- name: Split ${{ matrix.package }}
uses: "danharrin/monorepo-split-github-action@v2.3.0"
if: "startsWith(github.ref, 'refs/tags/')"
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
package_directory: "packages/${{ matrix.package }}"
repository_organization: "lunarphp"
repository_name: "${{ matrix.package }}"
user_name: "GitHub Action"
user_email: "action@github.com"
branch: ${GITHUB_TAG%.*}

- name: Tag ${{ matrix.package }}
if: "startsWith(github.ref, 'refs/tags/')"
uses: "danharrin/monorepo-split-github-action@v2.3.0"
- name: Monorepo Split of ${{ matrix.package }}
uses: danharrin/monorepo-split-github-action@v2.4.0
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
tag: ${GITHUB_REF#refs/tags/}
package_directory: "packages/${{ matrix.package }}"
repository_organization: "lunarphp"
repository_name: "${{ matrix.package }}"
branch: 1.x
tag: ${{ github.ref_name }}
user_name: "GitHub Action"
user_email: "action@github.com"
branch: ${GITHUB_TAG%.*}
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<p align="center"><a href="https://lunarphp.io/" target="_blank"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lunarphp/art/main/lunar-logo-dark.svg"><img alt="Lunar" width="200" src="https://raw.githubusercontent.com/lunarphp/art/main/lunar-logo.svg"></picture></a></p>
<p align="center"><a href="https://lunarphp.com/" target="_blank"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/lunarphp/art/main/lunar-logo-dark.svg"><img alt="Lunar" width="200" src="https://raw.githubusercontent.com/lunarphp/art/main/lunar-logo.svg"></picture></a></p>

[Lunar](https://lunarphp.io) is a set of Laravel packages that bring functionality akin to Shopify and other e-commerce platforms to
[Lunar](https://lunarphp.com) is a set of Laravel packages that bring functionality akin to Shopify and other e-commerce platforms to
Laravel. You have complete freedom to create your own storefront(s), but we've already done the hard work for you in
the backend.

This repository serves as a monorepo for the main packages that make up Lunar.

## Documentation

- [v1.0 documentation](https://docs-v1.lunarphp.io/)
- [v1.0 documentation](https://docs.lunarphp.com/)

## Contribution

Expand All @@ -18,8 +18,8 @@ This repository serves as a monorepo for the main packages that make up Lunar.

## Community

- [Join our discord server](https://discord.gg/v6qVWaf) and chat to the developers and people using Lunar.
- [We have a roadmap](https://github.com/orgs/lunarphp/projects/8) where we will be detailing which features are next.
- [Join our discord server](https://lunarphp.com/discord) and chat to the developers and people using Lunar.
- [We have a roadmap](https://github.com/orgs/lunarphp/projects/9) where we will be detailing which features are next.

## Packages in this monorepo

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"awcodes/shout": "^2.0.4",
"barryvdh/laravel-dompdf": "^3.0",
"cartalyst/converter": "^9.0|^10",
"doctrine/dbal": "^3.6",
"doctrine/dbal": "^3.6|^4.0",
"dompdf/dompdf": "^3.1",
"ext-bcmath": "*",
"ext-exif": "*",
Expand Down
3 changes: 0 additions & 3 deletions docs/.gitignore

This file was deleted.

195 changes: 0 additions & 195 deletions docs/.vitepress/config.js

This file was deleted.

19 changes: 0 additions & 19 deletions docs/.vitepress/theme/Layout.vue

This file was deleted.

Loading