View Source mix pow.phoenix.install (Pow v1.0.38)

Prints instructions fo setting up Pow with Phoenix.

mix pow.phoenix.install -r MyApp.Repo

mix pow.phoenix.install -r MyApp.Repo --context-app :my_app

mix pow.phoenix.install -r MyApp.Repo --templates --extension PowResetPassword

Templates are only generated when --templates argument is provided.

See Mix.Tasks.Pow.Phoenix.Gen.Templates and Mix.Tasks.Pow.Extension.Phoenix.Gen.Templates for more.

Arguments

  • --context-app - app to use for path and module names
  • --templates - generate templates
  • --extension - extensions to generate templates for