Skip to content

Instantly share code, notes, and snippets.

@phamngsinh
Created June 28, 2016 10:02
Show Gist options
  • Select an option

  • Save phamngsinh/3ca1f846fc07f655fd542120a84be2be to your computer and use it in GitHub Desktop.

Select an option

Save phamngsinh/3ca1f846fc07f655fd542120a84be2be to your computer and use it in GitHub Desktop.
Get lastInserId in lararavel
$deleteId = DB::getPdo()->lastInsertId();
OR
$id = DB::table('table')->insertGetId( $data );
/***
*
* smagic39.blogspot.com
*
***/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment