芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/reginaeigbe.com/folder/admin/tmp/database/seeders/CurrencySeeder.php
runSQL('Sql/currencies.sql'); } private function runSQL($sql) { $this->command->info('Running SQL: '.$sql); $rawSQL = file_get_contents(__DIR__.DIRECTORY_SEPARATOR.$sql); DB::unprepared($rawSQL); $this->command->info('Finished SQL: '.$sql); } }