Find a file
2024-06-24 22:16:39 -04:00
.github ci: dependabot weekly 2024-06-19 10:14:29 -04:00
config fix: properly transform nested params 2024-06-04 00:43:37 -04:00
documentation docs: fix guide link to philosophy (#201) 2024-06-03 21:02:52 -04:00
lib fix: various fixes for union form handling 2024-06-07 18:48:54 -04:00
logos
priv/templates
test test: remove unused variable in tests 2024-06-24 22:16:39 -04:00
.check.exs
.credo.exs
.formatter.exs
.gitignore
.gitpod.yml
.tool-versions
CHANGELOG.md chore: release version v2.0.4 2024-06-13 13:47:09 -04:00
FUNDING.yml
LICENSE
mix.exs chore: release version v2.0.4 2024-06-13 13:47:09 -04:00
mix.lock chore(deps): bump phoenix_live_view from 0.20.14 to 0.20.15 (#217) 2024-06-19 10:13:30 -04:00
README.md chore: release version v2.0.4 2024-06-13 13:47:09 -04:00

Logo Logo

Elixir CI License: MIT Hex version badge Hexdocs badge

AshPhoenix

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.

Installation

Add ash_phoenix to your list of dependencies in mix.exs:

{:ash_phoenix, "~> 2.0.4"}

Whats in the box?

  • AshPhoenix.Form - A form data structure for using resource actions with phoenix forms
  • AshPhoenix.Form.Auto - Tools to automatically determine nested form structures based on calls to manage_relationship for an action.
  • AshPhoenix.FilterForm - A form data structure for building filter statements
  • AshPhoenix.LiveView - Helpers for querying data and integrating changes
  • AshPhoenix.SubdomainPlug - A plug to determine a tenant using subdomains for multitenancy
  • AshPhoenix.FormData.Error - A protocol to allow errors to be rendered in forms
  • Phoenix.HTML.Safe implementations for Ash.CiString, Ash.NotLoaded and Decimal
  • AshPhoenix.SubdomainPlug for multitenant subdomain-based applications.
  • mix ash_phoenix.gen.live for generating liveview modules
  • mix ash_phoenix.gen.html for generating controllers and views

Tutorials

Topics