eru123/linker-template

Linker Project

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/eru123/linker-template

1.03 2020-12-26 08:37 UTC

This package is auto-updated.

Last update: 2025-10-29 02:57:09 UTC


README

Linker Project

Install

Via composer

composer create-project eru123/linker-template <ProjectName>

Via git

git clone https://github.com/eru123/linker-template.git <ProjectName>

build

# disable phar.readonly and phar.require_hash mode via cli
php -d phar.readonly=0 -d phar.require_hash=0 compile
# If phar.readonly and phar.require_hash is already disabled in php.ini
php compile

# The project build directory is `dist`

Linker Framework

see Linker Framework for more information.