Skip to content

Scaffold Laravel Zero CLI with app name 'pr' #1

Description

@jordanpartridge

Overview

Initialize Laravel Zero application with proper configuration.

Tasks

  • Run laravel-zero new pr-cli or composer create-project --prefer-dist laravel-zero/laravel-zero pr-cli
  • Set app name to pr in config/app.php
  • Configure box.json for building phar
  • Add to PATH documentation

App Name

// config/app.php
'name' => 'pr',

Expected Usage

pr create --draft
pr list --mine
pr merge 123
pr check 123  # gate integration

Reference

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions