Laravel this is not only a practical framework, it is also a programming style
Here I am using laravel 5.5. My code is
$result = DB::insert('INSERT INTO .......');
Here it returns true . But how can I get inserted id . In my table id is primary key . Thanks in advance
Aucun commentaire:
Enregistrer un commentaire