https://github.com/nexamerchant/docker
Docker NexaMerchant
https://github.com/nexamerchant/docker
Last synced: about 2 months ago
JSON representation
Docker NexaMerchant
- Host: GitHub
- URL: https://github.com/nexamerchant/docker
- Owner: NexaMerchant
- Created: 2024-10-24T03:29:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T07:46:14.000Z (7 months ago)
- Last Synced: 2025-02-01T19:12:40.581Z (4 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```