leafphp mvc cli command list

This is a list of every command available in Aloe. To view this list from your terminal, run php leaf list.

Leaf MVC v4.x-BETA

Usage:
  command [options] [arguments]

Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Available commands:
  completion        Dump the shell completion script
  help              Display help for a command
  interact          Interact with your application
  link              Create a symbolic link for the storage directory
  list              List commands
  serve             Start the leaf development server
 app
  app:down          Place app in maintainance mode
  app:up            Remove app from maintainance mode
 config
  config:lib        Setup Leaf MVC to use external libraries
  config:publish    Publish config files to your project
 d
  d:command         Delete a console command
  d:controller      Delete a controller
  d:model           Delete a model
 db
  db:migrate        Migrate your db schema files
  db:reset          Reset migration history + db tables
  db:rollback       Rollback database to a previous state
  db:seed           Seed the database with records
 devtools
  devtools:install  Install the Leaf PHP devtools
 env
  env:generate      Generate .env file
 g
  g:command         Create a new console command
  g:controller      Create a new controller class
  g:helper          Create a new helper class
  g:mailer          Create a new mailer
  g:middleware      Create a new application middleware
  g:model           Create a new model class
  g:schema          Create a new schema file
  g:template        [g:view] Create a new view file
 key
  key:generate      Generate/Regenerate your app key
 scaffold
  scaffold:auth     Scaffold basic app authentication
  scaffold:mail     Install leaf mail and setup mail config
 view
  view:build        Run your frontend dev server
  view:dev          [view:serve] Run your frontend dev server
  view:install      Run a script in your composer.json