lunar icon indicating copy to clipboard operation
lunar copied to clipboard

An open-source package that brings the power of modern headless e-commerce functionality to Laravel.

Results 216 lunar issues
Sort by recently updated
recently updated
newest added

Reference to #411 This PR will allows you to register your own models to swap and extend with the core models. Note didn't have time to create the unit tests...

### Basic information This PR makes it possible to register package assets. Please take it as an exploration process for now. It allows registering of scripts for now, styles can...

Currently when adding images to a variant it's quite restrictive and doesn't reuse existing media records very well. At the moment, when you add an image to the variant (even...

There is currently an issue on product variant editing which results in the comment form on the activity log not working as intended, this PR fixes that. Also comments weren't...

As requested #454 Here is the PR to manage brands. Still to do - Additional tests - Product relation table if required?

This PR looks to introduce Filamentphp's tables package for listing pages where it makes sense.

Re-submitted #405 PR due to auto closed, renamed branch to split out functionality. This one is specifically for managing product features, in draft as refactor is planned once approved, so...

Referenced to #408 @glennjacobs @alecritson You can now autoload components without having to register via AdminHubServiceProvide. This is the 1st step before my refactoring suggestions for the livewire page and...

This PR adds `spatie/laravel-blink` as a dependency to the core project and uses it to store any defaults (eg currency, channels) for the lifecycle of the request. On our test...

- GetCandy version: 2.0@beta - Laravel Version: 9.24.0 - PHP Version: 8.1.8 - Database Driver & Version: mysql ### Expected Behaviour: Page loads with empty collection ### Actual Behaviour: Page...

bug