Skip to content

Instantly share code, notes, and snippets.

@olssonm
Created November 6, 2018 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olssonm/5bf049b4ec0ee0c6bbe5bb6251594ffa to your computer and use it in GitHub Desktop.
Save olssonm/5bf049b4ec0ee0c6bbe5bb6251594ffa to your computer and use it in GitHub Desktop.
Import a SQL-file/dump in Laravel
<?php
use DB;
DB::unprepared(file_get_contents(storage_path('file.sql')));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment