Laravel this is not only a practical framework, it is also a programming style
mercredi 23 septembre 2015
getting id of most recent inserted row of table on laravel 5
Suppose I have just inserted row on table test as like Test::create($inputs);,which has auto increment primary key field id.How to get id of row that I have just inserted using laravel 4.2/5 ?
Aucun commentaire:
Enregistrer un commentaire