spark command. make:config Generates a new config file. make:controller Generates a new controller file. make:entity Generates a new entity file. make:filter Generates a new filter file. make:migration Generates a new migration file. make:model Generates a new model file. make:scaffold Generates a complete set of scaffold files. make:seeder Generates a new seeder file. make:test Generates a new test file. make:validation Generates a new validation file. Housekeeping debugbar:clear Clears all debugbar JSON files. logs:clear Clears all log files. Translation lang:find Find and save available phrases to translate. lang:sync Synchronize translation files from one language to another. Database Driver: Postgre --- Checking Users Table Columns --- id, user_name, email_id, phone_number, password, password_changed_at, user_type, isActive, is_kyc_verified, created_at, updated_at, remember_token, permissions --- Testing Related Offers Query --- Related Offers Query: OK (Count: 1) --- Testing Comments Query --- Comments Query FAILED: pg_query(): Query failed: ERROR: column users.name does not exist LINE 1: ...voucher_comments"."created_at" as "comment_date", "users"."n... ^ --- Testing Comments Query with 'username' fallback --- Comments Query (username) FAILED: pg_query(): Query failed: ERROR: column users.username does not exist LINE 1: ...voucher_comments"."created_at" as "comment_date", "users"."u... ^ HINT: Perhaps you meant to reference the column "users.user_name".