Posts by Thalita • 11 points
1 post
-
1
votes1
answer222
viewsQ: Laravel: how to retrieve a model’s primary key after saving it
would like to know if it is possible to recover the ID of a model at the time it is saved in the bank. I am using the following Eloquent method: $modelo = Modelo::create(['ATT1' => 'valor1',…