Impor file SQL dari Laravel

use Illuminate\Support\Facades\DB;

DB::unprepared(file_get_contents('PATH_TO_SQL'));
Lokesh003Coding