All Projects → lukepolo → Laracart

lukepolo / Laracart

Licence: mit
Laravel Shopping Cart Package

Labels

Projects that are alternatives of or similar to Laracart

Laravel Translation Loader
Store your translations in the database or other sources
Stars: ✭ 446 (-5.11%)
Mutual labels:  laravel
Foroneadministrator
基于Laravel5.1封装的自带多级权限管理的后台管理系统,支持手机和PC端访问
Stars: ✭ 455 (-3.19%)
Mutual labels:  laravel
Fullycms
Fully CMS - Multi Language Content Management System - Laravel
Stars: ✭ 465 (-1.06%)
Mutual labels:  laravel
Laravel Kit
A desktop Laravel admin panel app
Stars: ✭ 440 (-6.38%)
Mutual labels:  laravel
Laratables
Ajax support of DataTables (Laravel 5.5+) Demo @
Stars: ✭ 451 (-4.04%)
Mutual labels:  laravel
Laravelfly
To be an absolutely safe solution to speed up Laravel with Swoole. Preloading + Coroutine and Tinker Online.
Stars: ✭ 459 (-2.34%)
Mutual labels:  laravel
Laravel Webhook Server
Send webhooks from Laravel apps
Stars: ✭ 439 (-6.6%)
Mutual labels:  laravel
Rest Api With Lumen
Rest API boilerplate for Lumen micro-framework.
Stars: ✭ 464 (-1.28%)
Mutual labels:  laravel
Laravel Js Localization
🌐 Convert your Laravel messages and consume them in the front-end!
Stars: ✭ 451 (-4.04%)
Mutual labels:  laravel
Awesome Tall Stack
A curated list of awesome things related to the TALL stack.
Stars: ✭ 465 (-1.06%)
Mutual labels:  laravel
Laravel Theme
Theme support for Laravel
Stars: ✭ 447 (-4.89%)
Mutual labels:  laravel
Telegram
✈️ Telegram Notifications Channel for Laravel
Stars: ✭ 450 (-4.26%)
Mutual labels:  laravel
Laravel Boleto
Pacote para gerar boletos e remessas
Stars: ✭ 459 (-2.34%)
Mutual labels:  laravel
Iris
The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. A true successor of expressjs and laravel | 谢谢 https://github.com/kataras/iris/issues/1329 |
Stars: ✭ 21,587 (+4492.98%)
Mutual labels:  laravel
Aimeos Laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 5,204 (+1007.23%)
Mutual labels:  laravel
Laravel 8 Simple Cms
Laravel 8 content management system for starters.
Stars: ✭ 444 (-5.53%)
Mutual labels:  laravel
Framework
The truly Laravel E-commerce Framework
Stars: ✭ 456 (-2.98%)
Mutual labels:  laravel
Laravel Bjyblog
laravel v8 blog
Stars: ✭ 469 (-0.21%)
Mutual labels:  laravel
Laravel Medialibrary
Associate files with Eloquent models
Stars: ✭ 4,743 (+909.15%)
Mutual labels:  laravel
Livewire Datatables
Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
Stars: ✭ 458 (-2.55%)
Mutual labels:  laravel

LaraCart - Laravel Shopping Cart Package (http://laracart.lukepolo.com)

Build Status Latest Stable Version Test Coverage Total Downloads License

Features

  • Coupons
  • Session Based System
  • Cross Device Support
  • Multiple cart instances
  • Fees such as a delivery fee
  • Taxation on a the item level
  • Prices display currency and locale
  • Endless item chaining for complex systems
  • Totals of all items within the item chains
  • Item Model Relation at a global and item level
  • Quickly insert items with your own item models

Laravel compatibility

Laravel laracart
5.1 | 5.2 | 5.3 1.1 | 1.2
5.4+ 1.*

Installation

Install the package through Composer. Edit your project's composer.json file by adding:

{
    "require": {
        ........,
        "lukepolo/laracart": "1.11.*"
    }
}

If using 5.4 you will need to include the service providers / facade in app/config/app.php:

	LukePOLO\LaraCart\LaraCartServiceProvider::class,

Include the Facade :

	'LaraCart' => LukePOLO\LaraCart\Facades\LaraCart::class,

Copy over the configuration file by running the command:

    php artisan vendor:publish --provider='LukePOLO\LaraCart\LaraCartServiceProvider'

Documentation

http://laracart.lukepolo.com

To Contribute to documentation use this repo :

https://github.com/lukepolo/laracart-docs

License

MIT

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].