1 2 3 4 5 6 7 8 9 10 11 12 13
<?php return [ 'table_names' => [ 'user_table' => 'users', 'scorm_table' => 'scorm', 'scorm_sco_table' => 'scorm_sco', 'scorm_sco_tracking_table' => 'scorm_sco_tracking', ], // Scorm directory. You may create a custom path in file system 'disk' => 'local', ];