Willem van den Ende 5d040b4062 Fix Sandbox module not available in DataCase setup
The alias was inside the `using` block (only available to consumers),
but setup_sandbox/1 runs in DataCase itself. Use fully qualified name.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 21:19:54 +00:00
..
2026-03-17 11:43:32 +00:00
2026-03-19 22:14:19 +00:00
2026-03-19 22:14:19 +00:00
2026-03-17 11:17:21 +00:00
2026-03-17 11:17:21 +00:00
2026-03-19 11:07:17 +00:00
2026-03-17 11:17:21 +00:00

Firehose

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more