Alkemist v1.0.1-rc API Reference

Modules

Alkemist is an admin toolbox for Phoenix applications. It allows developers to build admin interfaces in a modular and flexible way by providing helper functions to render forms, show- and index pages for resources

Provides helper functions for generic CRUD assigns

A fallback Authentication and authorization provider. Use this file as a template to implement your own authentication methods

This module encapsulates all config.exs options

Provides helper macros to use inside of CRUD controllers

Conveniences for translating and building error messages

Creates a CSV String for the export

This module contains helper methods to render the new and edit forms

A module providing Internationalization with a gettext-based API

Show checkboxes for many to many collections wrapped in Bootstrap markup

The MenuRegistry is used to store and retrieve menu items for the sidebar

Handles pagination. Expects to return a tuple with the new query and a map with the following structure

Implement Basic search functionality. You can define custom search hooks per module

Provides helper functions to generate admin resource paths

Module with named helpers generated from Alkemist.Router

This Module contains helper methods to render the filter form

Provides some helper functions for the CRUD actions

Provides helpers for the CRUD views and templates

Mix Tasks

Generate a boilerplate controller for Alkemist