Kaffy was created out of a need to have a powerfully simple, flexible, and customizable admin interface
without the need to touch the current codebase. It was inspired by django's lovely built-in admin
app and rails' powerful activeadmin
gem.
- Live Demo
- Minimum Requirements
- Installation
- Custom Configurations
- Customize the Side Menu
- Customize the Dashboard Page
- Customize the Index Pages
- Customize the Form Pages
- Custom Form Fields
- Customize the Queries
- Extensions
- Embedded Schemas and JSON Fields
- Searching Records
- Authorizing Access To Resources
- Custom Changesets
- Customizing Resource Names
- Custom Actions
- Custom Callbacks When Saving Records
- Simple Scheduled Tasks
- The Driving Points Behind Kaffy's Development
Become a sponsor through Kaffy's OpenCollective page.
Check out the simple demo here
- elixir 1.7.0
- phoenix 1.4.0
def deps do
[
{:kaffy, "~> 0.9.0"}
]
end