Installation Finished

SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'location_requests' already exists (Connection: mysql, SQL: create table `location_requests` (`id` bigint unsigned not null auto_increment primary key, `token` varchar(64) not null, `vendor_id` bigint unsigned not null, `latitude` decimal(10, 8) null, `longitude` decimal(11, 8) null, `address` varchar(191) null, `is_used` tinyint(1) not null default '0', `created_at` timestamp null, `updated_at` timestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci')

Migration & Seed Console Output:


   INFO  Running migrations.  

  2026_04_24_221800_create_location_requests_table ................. 17ms FAIL

Application Console Output:


   INFO  Application key set successfully.  

Installation Log Entry:

Laravel Installer successfully INSTALLED on 2026/06/08 11:07:47pm

Final .env File:

APP_NAME='Swift'
APP_ENV=production
APP_KEY=base64:wvgiqmqHY0ra3EsOeYFL0gOKWsnF2K2gAqtwuhGAwZs=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://swift.thebringapp.com

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=egqcvktb_swift
DB_USERNAME=egqcvktb_abba
DB_PASSWORD=chickenrepublic

BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=database
QUEUE_CONNECTION=database

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_DRIVER=smtp
MAIL_HOST=null
MAIL_PORT=587
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=

TABLE_CLASS="w-full table bg-gray-100 rounded shadow overflow-hidden"
TABLE_THEAD_CLASS="bg-gray-300 text-left "
TABLE_CHECKBOX=false

PAYMONGO_SECRET_KEY=
PAYMONGO_PUBLIC_KEY=
PAYMONGO_WEBHOOK_SIG=
PAYMONGO_LIVEMODE=1

GATEWAY_API_KEY=
GATEWAY_API_SECRET=
GATEWAY_SENDER=

CRON_JOB_KEY=
googleMapKey=AIzaSyCy2mbeBeALvvxcmdSmuWyS_W2nDzPMa7A

what3wordsApiKey=
opencageApiKey=

radarApiKey=
locationiqApiKey=

geocoderType=Google
useGoogleOnApp=1

placeFilterCountryCodes=NG