VetLlama API

Backend home for tenant, auth, and public API flows.

This page gives a quick operational snapshot of the current backend, links to the generated API docs, and the artisan commands we typically reach for in local, staging, and production environments.

Environment Snapshot

App environmentlocal
Debug modeEnabled
Laravel13.9.0
PHP8.3.6
TimezoneUTC
GeneratedWed, Jun 3, 2026 11:57 AM

Runtime Drivers

Database mysql
Cache database
Queue database
Session database
Filesystem s3
Mail log

Deployment Context

Git branchUnavailable
Last code changeUnavailable
CommitUnavailable
MessageGit metadata is unavailable in this environment.

Note: this is the latest local Git commit timestamp, not a guaranteed deploy timestamp.

Artisan Commands

Local

php artisan optimize:clear php artisan migrate php artisan db:seed php artisan test

Staging

php artisan down php artisan migrate --force php artisan optimize:clear php artisan optimize php artisan queue:restart php artisan up

Production

php artisan down php artisan migrate --force php artisan optimize:clear php artisan optimize php artisan queue:restart php artisan up

These are the routine operational commands we usually need. Adjust `--force`, downtime, and queue handling to match your deploy policy.