Phoenix v1.3.2 mix phx.gen.presence View Source

Generates a Presence tracker for your application.

mix phx.gen.presence

mix phx.gen.presence MyPresence

The only argument is the module name of the Presence tracker, which defaults to Presence.

A new file will be generated in:

  • lib/my_app_web/channels/presence.ex

Where presence.ex is the snake cased version of the module name provided.