ExAdmin v0.8.3-build.2 API Reference

Modules

ExAdmin 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

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

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

Override the default index page for an ExAdmin resource

Define pages in ExAdmin 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 ExAdmin

Router macro for ExAdmin sites

Module with named helpers generated from ExAdmin.Router

Override the default show page for an ExAdmin resource

A collection of utility functions

Exceptions

Protocols