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.
- Host: GitHub
- URL: https://github.com/imgmongelli/mongicommerce
- Owner: imgmongelli
- License: mit
- Created: 2020-12-14T11:40:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T15:02:41.000Z (over 3 years ago)
- Last Synced: 2025-11-27T15:29:57.200Z (8 months ago)
- Topics: e-commerce, laravel, package, php
- Language: JavaScript
- Homepage:
- Size: 23.2 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# An elegant e-commerce package powered for the laravel framework.
[](https://packagist.org/packages/mongi/mongicommerce)
[](https://scrutinizer-ci.com/g/imgmongelli/mongicommerce)
[](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.