PhxAdmin v0.9.1 API Reference

Modules

Generate an PhxAdmin Resource file

Install PhxAdmin supporting files

PhxAdmin is a an auto administration tool for the PhoenixFramework, providing a quick way to create a CRUD interface for administering Ecto models with little code and the ability to customize the interface if desired

PhxAdmin provides a CSV export link on the index page of each resource. The CSV file format can be customized with the csv macro

The primary purpose of this module is to take nested changeset errors created by many_to_many and has many through relationships and change them into a format that the forms can use to get the error message from the field name

Override the default new and edit form pages for an PhxAdmin resource

Override the default index page for an PhxAdmin resource

Define pages in PhxAdmin that don’t render models, like a dashboard page

Allow users to switch to a different login

Allows registering a resource or a page to be displayed with PhxAdmin

Router macro for PhxAdmin sites

Module with named helpers generated from PhxAdmin.Router

Override the default show page for an PhxAdmin resource

A collection of utility functions

Exceptions

Protocols