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

https://github.com/nexamerchant/docker

Docker NexaMerchant
https://github.com/nexamerchant/docker

Last synced: about 2 months ago
JSON representation

Docker NexaMerchant

Awesome Lists containing this project

README

        

# Nexa Merchant Laravel ecommerce Docker Compose [Source](https://github.com/xxl4/NexaMerchant/tree/main/docker)

```bash
docker-compose up -d
```

## Application DB Migration and Seed
```bash
docker-compose exec nexamerchant-php-apache php artisan key:generate
docker-compose exec nexamerchant-php-apache php artisan migrate
docker-compose exec nexamerchant-php-apache php artisan db:seed
```

## Plugin Install

```bash
docker-compose exec nexamerchant-php-apache php artisan plugin:install shopify
```

## Plugin Uninstall

```bash
docker-compose exec nexamerchant-php-apache php artisan plugin:uninstall shopify
```

## Plugin List

```bash
docker-compose exec nexamerchant-php-apache php artisan plugin:list
```

## Plugin Update

```bash
docker-compose exec nexamerchant-php-apache php artisan plugin:update shopify
```