<?php //頭部引入DB類 use IlluminateSupportFacadesDB; //在方法中獲取获取上一条insert语句产生的id $id = DB::getPdo()->lastInsertId();