importować plik SQL z Laravel
use Illuminate\Support\Facades\DB;
DB::unprepared(file_get_contents('PATH_TO_SQL'));
Lokesh003Coding
use Illuminate\Support\Facades\DB;
DB::unprepared(file_get_contents('PATH_TO_SQL'));