PHP Classes

File: vendor/psy/psysh/bin/build-vendor

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/psy/psysh/bin/build-vendor   Download  
File: vendor/psy/psysh/bin/build-vendor
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 4 years ago
Size: 221 bytes
 

Contents

Class file image Download
#!/usr/bin/env bash set -e cd "${BASH_SOURCE%/*}/.." rm -rf build-vendor COMPOSER_VENDOR_DIR=build-vendor composer update \ --prefer-stable --no-dev --no-progress --classmap-authoritative --no-interaction --verbose