Skip to content

NexaMerchant/Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Nexa Merchant Laravel ecommerce Docker Compose Source

docker-compose up -d

Application DB Migration and Seed

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

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

Plugin Uninstall

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

Plugin List

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

Plugin Update

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

About

Docker NexaMerchant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published