/laravel-up

Powerful yet simple Docker environments built on Best Practices for both Dev and Production

Primary LanguageTypeScript

@badassery/laravel-up

oclif Version Downloads/week License

Usage

$ npm install -g @badassery/laravel-up
$ lvl COMMAND
running command...
$ lvl (-v|--version|version)
@badassery/laravel-up/0.0.4 linux-x64 node-v10.15.2
$ lvl --help [COMMAND]
USAGE
  $ lvl COMMAND
...

Commands

lvl artisan [COMMAND]

Runs an artisan command (eg make:controller {name})

USAGE
  $ lvl artisan [COMMAND]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/artisan.ts

lvl help [COMMAND]

display help for lvl

USAGE
  $ lvl help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

lvl init [FILE]

describe the command here

USAGE
  $ lvl init [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/init.ts

lvl new

Creates a new Laravel Up project

USAGE
  $ lvl new

OPTIONS
  -v, --verbose

See code: src/commands/new.ts

lvl up

Spins Up your local dev environment

USAGE
  $ lvl up

See code: src/commands/up.ts