Utilities
A set of tools & utilities for managing your Starbase system more effectively.
General Utilities
- Queue viewer: View and manage the Laravel Horizon queue
- System usage: Check in on your system usage with Laravel Pulse
- Application debug: In-depth application debugging with Laravel Telescope
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
# ...