PHP Classes

File: .scripts/composer.sh

Recommend this page to a friend!
  Classes of Edward Paul   Flexible PHP Coupon System   .scripts/composer.sh   Download  
File: .scripts/composer.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Flexible PHP Coupon System
E-commerce system that supports discount coupons
Author: By
Last change:
Date: 3 years ago
Size: 242 bytes
 

Contents

Class file image Download
#!/usr/bin/env bash docker run --rm \ --user $(id -u):$(id -g) \ --volume $PWD:/var/www/default \ --volume $HOME/.composer:/.composer \ --workdir /var/www/default \ --entrypoint "composer" \ kyleparisi/larasible "$@"