All Projects → shopperlabs → Shopper

shopperlabs / Shopper

Licence: other
An eCommerce administration built with Laravel 5 for create online shop.

Projects that are alternatives of or similar to Shopper

Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+72.2%)
Mutual labels:  laravel, dashboard, blade
Bagisto
An easy to use, free and open source laravel eCommerce platform to build your online shop in no time.
Stars: ✭ 4,140 (+1919.51%)
Mutual labels:  ecommerce, ecommerce-platform, laravel
Laravel Ecommerce
Laravel open source e-commerce system.
Stars: ✭ 163 (-20.49%)
Mutual labels:  ecommerce, ecommerce-platform, laravel
Ecommerce Laravel Bootstrap
Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
Stars: ✭ 99 (-51.71%)
Mutual labels:  ecommerce, ecommerce-platform, laravel
Candy Hub
The backend system for your GetCandy API
Stars: ✭ 73 (-64.39%)
Mutual labels:  ecommerce, ecommerce-platform, laravel
Aimeos Laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 5,204 (+2438.54%)
Mutual labels:  ecommerce, ecommerce-platform, laravel
Saleor Dashboard
A GraphQL-powered, single-page dashboard application for Saleor.
Stars: ✭ 278 (+35.61%)
Mutual labels:  ecommerce, ecommerce-platform, dashboard
Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (+461.46%)
Mutual labels:  ecommerce, ecommerce-platform, laravel
Tall Dashboard
Tailwind CSS + AlpineJS + Laravel + Livewire dashboard (WIP)
Stars: ✭ 83 (-59.51%)
Mutual labels:  laravel, dashboard, blade
Aimeos
Integrated online shop based on Laravel 8 and the Aimeos e-commerce framework
Stars: ✭ 2,354 (+1048.29%)
Mutual labels:  ecommerce, laravel, ecommerce-platform
Laradminator
Integration of Adminator into Laravel 6.x/7.x/8.x with RTL support
Stars: ✭ 170 (-17.07%)
Mutual labels:  laravel, dashboard
Sylius Standard
Open Source eCommerce Application on top of Symfony
Stars: ✭ 165 (-19.51%)
Mutual labels:  ecommerce, ecommerce-platform
Microweber
Drag and Drop Website Builder and CMS with E-commerce
Stars: ✭ 2,226 (+985.85%)
Mutual labels:  ecommerce, laravel
Pimcore
Open Source Data & Experience Management Platform (PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce)
Stars: ✭ 2,352 (+1047.32%)
Mutual labels:  ecommerce, ecommerce-platform
Laravel Cart Manager
Managing the cart in your Laravel/E-commerce application is a breeze
Stars: ✭ 175 (-14.63%)
Mutual labels:  ecommerce, laravel
Vue Material Admin
A vue material design admin template
Stars: ✭ 2,170 (+958.54%)
Mutual labels:  laravel, dashboard
Platform
A @laravel based RAD platform for back-office applications, admin/user panels, and dashboards.
Stars: ✭ 2,623 (+1179.51%)
Mutual labels:  laravel, dashboard
Laravel Markdown
A small, lightweight and easy-to-use Laravel package for handling markdown.
Stars: ✭ 185 (-9.76%)
Mutual labels:  laravel, blade
Base
YASCMF 基础开发版(YASCMF/BASE)
Stars: ✭ 162 (-20.98%)
Mutual labels:  laravel, blade
Blade Heroicons
A package to easily make use of Heroicons in your Laravel Blade views.
Stars: ✭ 173 (-15.61%)
Mutual labels:  laravel, blade

Introduction

Shopper is an Admin Management build for Laravel 5.6+ which includes all the necessary for your online market application. This project is inspired by Orchid/Platform. Please note that this package is still under active development.

Table of Contents

  1. Requirements
  2. Features
  3. Installation
  4. Usage
  5. Documentation
  6. Change log
  7. Testing
  8. Contributing
  9. Security
  10. Credits
  11. License

Requirements

Make sure your server meets the following requirements.

  • Apache 2.2+ or nginx
  • MySQL Server 5.7.8+ , Mariadb 10.3.2+ or PostgreSQL
  • PHP Version 7.1.3+

Features

It packs in lots of demanding features that allows your shop to scale in no time:

  • [x] Responsive Layout
  • [x] Pace Loader
  • [x] Admin Authentication (With Sentinel)
  • [ ] Custom Admin Dashboard (E-commerce, Google Analytics)
  • [x] Automatic Validation Errors
  • [x] Element React
  • [x] React Component
  • [x] Multiple Locale, Currencies
  • [x] Image Cropper
  • [x] Orders Management System
  • [x] Tag Management System
  • [x] Discount Management System
  • [x] Coupon Management System
  • [x] Products, Related Products, Offers Management System
  • [x] Customers Management System
  • [x] Customer Cart, Wishlist, Product Reviews.
  • [x] Impersonate User
  • [ ] Custom attributes
  • [x] Social Media Post integration (Twitter & Facebook)
  • [x] Algolia Search
  • [ ] Translate Message
  • [ ] Custom configuration (Database download, Google Analytics)
  • [x] Open Source
  • [x] More to come..

Installation

Firstly, download the Laravel installer using Composer:

$ composer require mckenziearts/shopper  

Run this command to install Shopper in your project

php artisan shopper:install

This command will install shopper, publish vendor files, create shopper and storage symlinks if they don't exist in the public folder, run migrations and seeders classes.

Extend your user model using the Mckenziearts\Shopper\Plugins\Users\Models\User as Authenticatable alias:

namespace App;

use Mckenziearts\Shopper\Plugins\Users\Models\User as Authenticatable;  
  
class User extends Authenticatable  
{  
  
}

Republish Shopper's vendor files

php artisan vendor:publish --provider="Mckenziearts\Shopper\ShopperServiceProvider"
php artisan vendor:publish --all

During publishing of shopper vendors files, shopper will add some others package's configurations files to your config folder : larasap.php, scout.php, currencyConverter.php, laravellocalization.php and cartalyst.sentinel.php

If you want to create an admin user use this command:

php artisan shopper:admin

Usage

Run laravel server

php artisan serve

To view Shopper's dashboard go to:

http://localhost:8000/console

Documentation

Official documentation is available Here.

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test  

Contributing

Please see 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

License

MIT. Please see the license file for more information.

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