All Projects → happypixels → Laravel Shopr

happypixels / Laravel Shopr

Licence: mit
A developer-friendly e-commerce foundation for your Laravel app

Projects that are alternatives of or similar to Laravel Shopr

Ecommerce Laravel Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 99 (-49.49%)
Mutual labels:  e-commerce, shopping-cart, laravel
Aimeos Laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 5,204 (+2555.1%)
Mutual labels:  e-commerce, laravel, shopping-cart
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+701.02%)
Mutual labels:  e-commerce, shopping-cart, laravel
Shopping Cart
An easy-to-use shopping cart for Laravel
Stars: ✭ 57 (-70.92%)
Mutual labels:  e-commerce, shopping-cart, laravel
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+1101.02%)
Mutual labels:  e-commerce, laravel, shopping-cart
S Cart
This project has been replaced by https://github.com/s-cart/s-cart
Stars: ✭ 258 (+31.63%)
Mutual labels:  e-commerce, shopping-cart, laravel
Nopcommerce
The most popular open-source eCommerce shopping cart solution based on ASP.NET Core
Stars: ✭ 6,827 (+3383.16%)
Mutual labels:  shopping-cart, e-commerce
Ecommerce Codeigniter Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 788 (+302.04%)
Mutual labels:  e-commerce, shopping-cart
Laravelshoppingcart
Shopping Cart Implementation for Laravel Framework
Stars: ✭ 853 (+335.2%)
Mutual labels:  shopping-cart, laravel
Laravel Ecommerce Iyzico
Iyzico intigrated e-Commerce system that could be developed easily in simple level.
Stars: ✭ 81 (-58.67%)
Mutual labels:  shopping-cart, laravel
Framework
The truly Laravel E-commerce Framework
Stars: ✭ 456 (+132.65%)
Mutual labels:  e-commerce, laravel
Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (+487.24%)
Mutual labels:  shopping-cart, laravel
Ryal
🏵 An e-commerce library for elixir; just to save you some pain, we're still in construction, so star us instead or donate!
Stars: ✭ 87 (-55.61%)
Mutual labels:  e-commerce, shopping-cart
Dotplant2
E-Commerce CMS - Yii Framework 2 (yii2, shop)
Stars: ✭ 636 (+224.49%)
Mutual labels:  e-commerce, shopping-cart
Ecommerce Open Api
果酱小店:基于 Laravel + swoole + 小程序的开源电商系统,优雅与性能兼顾 : )
Stars: ✭ 546 (+178.57%)
Mutual labels:  shopping-cart, laravel
Laravel Shopping Cart
Laravel shopping cart package
Stars: ✭ 69 (-64.8%)
Mutual labels:  shopping-cart, laravel
Grosir Obat
Sebuah sistem kasir dan manajemen produk obat untuk penjualan Grosir
Stars: ✭ 147 (-25%)
Mutual labels:  shopping-cart, laravel
S Cart
Free Laravel open source e-commerce for business: shopping cart, cms content, and more...
Stars: ✭ 286 (+45.92%)
Mutual labels:  e-commerce, laravel
Laravel Shopping Cart
🛒 Shopping cart for Laravel Application.
Stars: ✭ 369 (+88.27%)
Mutual labels:  shopping-cart, laravel
Unchained
Headless & open-source e-commerce toolkit. The Unchained Engine is our core product and is written in Node.js ES6
Stars: ✭ 92 (-53.06%)
Mutual labels:  e-commerce, shopping-cart

laravel-shopr

A developer-friendly e-commerce foundation for your Laravel app. All the features you need for your webshop but without sacrificing you as a developer. Full documentation here: https://laravel-shopr.happypixels.se

Some of the features included:

  • Shopping cart
  • Discount coupons
  • Any model can be shoppable
  • SCA-ready checkout process with payment solutions out of the box
  • Cart to Order conversion
  • Automated order emails to the customer and administrators
  • A simple REST API for managing the cart and checkout
  • And more

Documentation

Full documentation: https://laravel-shopr.happypixels.se
Demo application: https://github.com/happypixels/laravel-shopr-demo

Requirements

  • PHP 7.1+
  • Laravel 5.5+
  • MySQL 5.7+

Installation

Install the package via Composer:

composer require happypixels/laravel-shopr

Publish and run the migrations:

php artisan vendor:publish --provider="Happypixels\Shopr\ShoprServiceProvider" --tag="migrations"
php artisan migrate

Publish and review the configuration:

php artisan vendor:publish --provider="Happypixels\Shopr\ShoprServiceProvider" --tag="config"

Optionally you may publish the views to make them modifiable:

php artisan vendor:publish --provider="Happypixels\Shopr\ShoprServiceProvider" --tag="views"

Optionally you may publish the translation files to make them modifiable:

php artisan vendor:publish --provider="Happypixels\Shopr\ShoprServiceProvider" --tag="translations"

After this, refer to the documentation to get started.

Contributing

Found a bug or have a feature request? Open an issue on Github.
Found a security-related issue? Please email [email protected].

Support me

If this package made your life a bit easier, consider buying me lunch once or twice a month through Patreon. All support helps me spend more time on packages like this and also comes with a few benefits 🎁 Thanks!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].