PHP Classes

File: vendor/psy/psysh/bin/build

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/psy/psysh/bin/build   Download  
File: vendor/psy/psysh/bin/build
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: 244 bytes
 

Contents

Class file image Download
#!/usr/bin/env bash set -e cd "${BASH_SOURCE%/*}/.." echo "Building phar" ./bin/build-vendor php -d 'phar.readonly=0' ./bin/build-phar echo "Building compat phar" ./bin/build-vendor-compat php -d 'phar.readonly=0' ./bin/build-phar --compat