Answer the question
In order to leave comments, you need to log in
How to get id of added post in Laravel?
How to get the id of a newly added entry in Laravel ?
Answer the question
In order to leave comments, you need to log in
Well, it's still a little easier.
$array - array of values for news, for example title,body,description keys with values
$new_article = Article::create($array);
$new_article->id
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question