Welcome! This is the package for integrating Phoenix Framework and Ash Framework. It provides tools for integrating with Phoenix forms (AshPhoenix.Form
), Phoenix LiveViews (AshPhoenix.LiveView
) and more.
Add ash_phoenix
to your list of dependencies in mix.exs
:
{:ash_phoenix, "~> 2.1.8"}
AshPhoenix.Form
- A form data structure for using resource actions with phoenix formsAshPhoenix.Form.Auto
- Tools to automatically determine nested form structures based on calls tomanage_relationship
for an action.AshPhoenix.FilterForm
- A form data structure for building filter statementsAshPhoenix.LiveView
- Helpers for querying data and integrating changesAshPhoenix.SubdomainPlug
- A plug to determine a tenant using subdomains for multitenancyAshPhoenix.FormData.Error
- A protocol to allow errors to be rendered in formsPhoenix.HTML.Safe
implementations forAsh.CiString
,Ash.NotLoaded
andDecimal
mix ash_phoenix.gen.live
for generating liveview modulesmix ash_phoenix.gen.html
for generating controllers and views