Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Created October 23, 2016 09:02
Show Gist options
  • Save nishinoshake/ee97b48aee9e340265c6714ff195a5a2 to your computer and use it in GitHub Desktop.
Save nishinoshake/ee97b48aee9e340265c6714ff195a5a2 to your computer and use it in GitHub Desktop.
Laravelで最後に挿入したIDを取得する
// PDO
// http://php.net/manual/ja/pdo.lastinsertid.php
$movieId = DB::getPdo()->lastInsertId();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment