System Utilities

Lynx Core

System Diagnostic & Data Seeding Dashboard

Deployment Status

SYSTEM READY

Elapsed Time
4.83s
Environment
Local/Debug

Execution Steps

Sequential Order
1

Database Check/Creation

Verified or successfully created the database 'lynxlk_charlie_db'.

Success
View Output Logs
Database 'lynxlk_charlie_db' charset=utf8mb4 collation=utf8mb4_unicode_ci validated successfully.
2

Migrate Fresh

Dropped all tables and executed fresh migrations.

Success
View Output Logs
Dropping all tables .......................................... 184.45ms DONE

   INFO  Preparing database.  

  Creating migration table ....................................... 9.73ms DONE

   INFO  Running migrations.  

  0001_01_01_000000_create_users_table .......................... 79.56ms DONE
  0001_01_01_000001_create_cache_table .......................... 52.95ms DONE
  0001_01_01_000002_create_jobs_table ........................... 61.33ms DONE
  2025_08_14_170933_add_two_factor_columns_to_users_table ....... 48.41ms DONE
  2026_06_23_000001_create_cms_tables ........................... 52.29ms DONE
  2026_06_23_082002_create_permission_tables ................... 200.39ms DONE
  2026_07_10_000000_update_users_table .......................... 34.81ms DONE
  2026_07_10_000001_create_customers_table ...................... 77.49ms DONE
  2026_07_10_000002_create_categories_table ..................... 60.71ms DONE
  2026_07_10_000003_create_menu_items_table ..................... 48.10ms DONE
  2026_07_10_000004_create_tills_table .......................... 30.44ms DONE
  2026_07_10_000005_create_invoices_table ...................... 158.95ms DONE
  2026_07_10_000006_create_payments_table ....................... 27.67ms DONE
  2026_07_10_000007_create_inventory_tables .................... 326.98ms DONE
  2026_07_10_000008_create_locations_table ....................... 8.30ms DONE
  2026_07_10_000009_create_inventory_management_tables ......... 637.75ms DONE
  2026_07_13_000010_create_purchase_requisitions_tables ........ 154.86ms DONE
  2026_07_18_000011_add_type_to_locations_table ................. 16.49ms DONE
  2026_07_18_000012_extend_menu_items_table .................... 138.97ms DONE
  2026_07_18_000013_reorganize_procurement_and_audit_logs ...... 481.72ms DONE
  2026_07_19_000014_create_unit_of_measures_table ............... 26.71ms DONE
  2026_07_20_000015_add_image_url_to_categories_table ........... 16.44ms DONE
  2026_07_25_065411_add_card_last_4_and_notes_to_payments_table . 32.09ms DONE
  2026_07_26_070522_add_notes_to_invoice_items_table ............ 16.55ms DONE
  2026_07_26_085025_add_notes_to_invoices_table ................. 16.79ms DONE
  2026_08_02_000000_add_kot_fields_to_invoice_tables ............ 32.63ms DONE
  2026_08_03_000000_add_discount_details_to_invoice_items_table . 32.39ms DONE
  2026_08_03_000001_add_invoice_number_and_kot_no_to_invoices_table  32.94ms DONE
  2026_08_03_000002_add_cash_ins_to_tills_table ................. 16.37ms DONE
  2026_08_03_000003_create_expenses_table ....................... 63.97ms DONE
  2026_08_03_000004_create_incomes_table ........................ 70.72ms DONE
3

Database Seeding

Populated tables with initial security roles, permissions, and administrator accounts.

Success
View Output Logs
INFO  Seeding database.  

  Database\Seeders\RoleAndPermissionSeeder ........................... RUNNING  
  Database\Seeders\RoleAndPermissionSeeder ....................... 904 ms DONE  

  Database\Seeders\MenuItemSeeder .................................... RUNNING  
  Database\Seeders\MenuItemSeeder ................................. 70 ms DONE  

  Database\Seeders\InventoryTestDataSeeder ........................... RUNNING  
  Database\Seeders\InventoryTestDataSeeder ........................ 43 ms DONE  

  Database\Seeders\CustomerSeeder .................................... RUNNING  
  Database\Seeders\CustomerSeeder ................................. 14 ms DONE  

  Database\Seeders\DummyDataSeeder ................................... RUNNING  
  Database\Seeders\DummyDataSeeder ............................... 104 ms DONE
4

Create Storage Link

Cleaned up pre-existing 'public/storage' folder/symlink. Successfully linked backend storage to the public directory.

Success
View Output Logs
INFO  The [public/storage] link has been connected to [storage/app/public].
5

Optimize Clear

Cleared all compiled files, caches, views, and routing tables.

Success
View Output Logs
INFO  Clearing cached bootstrap files.  

  config ......................................................... 0.34ms DONE
  cache .......................................................... 1.63ms DONE
  compiled ....................................................... 0.34ms DONE
  events ......................................................... 0.32ms DONE
  routes ......................................................... 0.33ms DONE
  views .......................................................... 8.07ms DONE
6

Optimize & Cache

Cached configuration, routing, and bootstrapped files.

Success
View Output Logs