Skip to content

Utilities

A set of tools & utilities for managing your Starbase system more effectively.

General Utilities

By default, Laravel Telescope is disabled and must be selectively enabled when application debugging is necessary.

Mass Assignment

Assign a transformer to one or many accounts at once.

Purge Utility

Manually purge a specific account from the billable database.

Anonymize Database

A destructive method that turns your attached Intelligent database into a demo database

This utility is only available when the environment variable APP_DEMO_MODE is set to true.

Your application’s .env file:

# ...
APP_DEMO_MODE=true
# ...