See the module documentation for more information:
AshPhoenix.LiveView
: for liveview querying utilitiesAshPhoenix.Form
: Utilities for using forms with Ash changesets
- UI authorization utilities e.g
<%= if authorized_to_do?(resource, action, actor) do %>
- Potentially helpers for easily connecting buttons to resource actions
def deps do
[
{:ash_phoenix, "~> 1.1"}
]
end
Ash is made possible by its excellent community!