查看源代码 mix phx.gen.presence (Phoenix v1.7.14)
生成一个 Presence 跟踪器。
$ mix phx.gen.presence
$ mix phx.gen.presence MyPresence
参数默认为 Presence
,用于定义 Presence 跟踪器的模块名称。
生成一个新文件,lib/my_app_web/channels/my_presence.ex
,其中 my_presence
是提供模块名称的蛇形命名版本。
生成一个 Presence 跟踪器。
$ mix phx.gen.presence
$ mix phx.gen.presence MyPresence
参数默认为 Presence
,用于定义 Presence 跟踪器的模块名称。
生成一个新文件,lib/my_app_web/channels/my_presence.ex
,其中 my_presence
是提供模块名称的蛇形命名版本。