https://github.com/shopperlabs/framework
Headless e-commerce administration built with Laravel to create and manage online store.
https://github.com/shopperlabs/framework
admin-dashboard e-commerce laravel laravel-ecommerce laravel-shopper livewire tailwindcss
Last synced: 27 days ago
JSON representation
Headless e-commerce administration built with Laravel to create and manage online store.
- Host: GitHub
- URL: https://github.com/shopperlabs/framework
- Owner: shopperlabs
- License: mit
- Created: 2020-09-05T07:04:14.000Z (over 4 years ago)
- Default Branch: 2.x
- Last Pushed: 2025-03-10T06:20:01.000Z (about 2 months ago)
- Last Synced: 2025-03-27T02:25:38.550Z (about 1 month ago)
- Topics: admin-dashboard, e-commerce, laravel, laravel-ecommerce, laravel-shopper, livewire, tailwindcss
- Language: PHP
- Homepage: https://laravelshopper.dev
- Size: 115 MB
- Stars: 949
- Watchers: 37
- Forks: 147
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
> [!IMPORTANT]
> The project is in active development. If you want to use it in production, please make sure that the components match your needs, or replace them.## Introduction
[Shopper](https://laravelshopper.dev) is a Headless e-commerce Admin Panel build for Laravel 10.0+ which includes all the necessary for your online store application.
Web Application has made using Laravel. We feel building ecommerce websites has become a convoluted and confusing process that leaves developers unsatisfied.
We want to turn you around to the simpler side and get back to basics.## Installation
Instructions on how to install Shopper can be found at the [installation guide](https://laravelshopper.dev/docs).
### Quick start installation
For advanced users, run this in your terminal to install Shopper from command line:
```bash
composer require shopper/framework
```Run this command to install Shopper in your project
```php
php artisan shopper:install
```The best place to learn Shopper is by [reading the documentation](https://laravelshopper.dev) or following some tutorials.
## Foundation library
The Framework uses [Laravel](https://laravel.com) as a foundation PHP framework.
## Roadmap
Laravel Shopper has been under active development for several months.
Significant changes have been made, so it's important not to migrate from version 1 (if you've already used it).A beta release for version 2 is now available, and here's a roadmap of upcoming additions for the coming months.
- [x] Manage Catalog (Products, Categories, Collections)
- [x] Manage Orders
- [x] Manage Discount Codes
- [x] Manage Customers
- [x] Manage Products reviews
- [x] Manage Payment methods
- [x] Manage Zones (market zone model in Shopify)
- [x] Support Multi currencies in setting
- [x] Support Multi inventories
- [x] Generate Variant based on product attributes
- [x] Support multi currencies for product / variant
- [x] Feature & Unit Tests
- [ ] Support taxes
- [ ] Dynamic product association based on collections configuration## Contact
You can communicate with us using the following mediums:
- [Follow us on Twitter](https://twitter.com/laravelshopper) for announcements and updates.
- [Join us on Discord](https://laravelshopper.dev/discord) to chat with us.## Contributing
Please see [contributing.md](CONTRIBUTING.md) for details and a todolist.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Arthur Monney](https://github.com/mckenziearts)
- [Jean-Vincent QUILICHINI](https://github.com/sense)
- [FilamentPHP](https://filamentphp.com)
- [Wire Elements](https://wire-elements.dev)
- [All Contributors](../../contributors)And a special thanks to [Caneco](https://twitter.com/caneco) for the logo ✨
## License
The Shopper Framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
## Sponsoring
Support this project by becoming a [Sponsor](https://github.com/sponsors/mckenziearts). Your logo will show up here with a link to your website.