An open API service indexing awesome lists of open source software.

https://github.com/imgmongelli/mongicommerce

An elegant e-commerce package powered for the laravel framework.
https://github.com/imgmongelli/mongicommerce

e-commerce laravel package php

Last synced: 6 months ago
JSON representation

An elegant e-commerce package powered for the laravel framework.

Awesome Lists containing this project

README

          

# An elegant e-commerce package powered for the laravel framework.

[![Latest Version on Packagist](https://img.shields.io/packagist/v/mongi/mongicommerce.svg?style=flat-square)](https://packagist.org/packages/mongi/mongicommerce)
[![Quality Score](https://img.shields.io/scrutinizer/g/imgmongelli/mongicommerce.svg?style=flat-square)](https://scrutinizer-ci.com/g/imgmongelli/mongicommerce)
[![Total Downloads](https://img.shields.io/packagist/dt/mongi/mongicommerce.svg?style=flat-square)](https://packagist.org/packages/mongi/mongicommerce)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

## Installation

You can install the package via composer:

```bash
composer require mongi/mongicommerce
```

## Usage

``` php
php artisan mongicommerce:install Install mongicommerce
php artisan mongicommerce:update Update mongicommerce pay attention because rewrite everything
php artisan mongicommerce:update_admin Update mongicommerce admin template
php artisan mongicommerce:update_layout Update only shops layout and assets
```

### Testing

``` bash
composer test
```

### Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

If you discover any security related issues, please email gianluca.mongelli@gmail.com instead of using the issue tracker.

## Credits

- [Gianluca Mongelli](https://github.com/mongi)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.