mix live_table.install (live_table v0.4.2)

View Source

Installs and configures LiveTable in your Phoenix application.

Usage

$ mix live_table.install

With Oban for exports:

$ mix live_table.install --oban

Requirements

This task requires the :igniter dependency:

{:igniter, "~> 0.7", only: :dev, runtime: false}

For manual installation without Igniter, see: https://hexdocs.pm/live_table/installation.html