Complete these checks before using the Unified Login portal or API. Composer, environment, database, and migrations must all be ready.
vendor/autoload.php is present.
.env file found at project root.
APP_KEY is set.
Connected to mysql (sas_staging).
Migrations table not found — run migrations to create schema.
2014_10_12_000000_create_users_table2014_10_12_100000_create_password_reset_tokens_table2019_08_19_000000_create_failed_jobs_table2019_12_14_000001_create_personal_access_tokens_table2025_12_19_125021_create_chatbot_messages_table2025_12_19_125030_create_chatbot_appointments_table2025_12_19_125040_create_chatbot_options_table2025_12_21_100935_add_auto_send_after_welcome_to_chatbot_options_tableUpdate application URLs and module endpoints in .env.
Create an empty MySQL database first, then enter credentials here. Settings are saved to .env.
This creates the migrations table and applies all pending schema updates.
When every step above is green, complete setup to unlock the Unified Login portal and APIs.