Back to Moon

Base

website/docs/__partials__/create-task/php/base.mdx

2.2.4289 B
Original Source
yaml
language: 'php'

tasks:
  build:
    command: 'phar pack'

:::caution

PHP doesn't have a concept of building like compiled languages, so these examples will reference PHAR creation using the command line.

:::