Laravel this is not only a practical framework, it is also a programming style
How is the following a mass assignment for Laravel when I have already specified the fields in array?
Post::create([ 'title' => request('title'), 'body' => request('body') ]);
Aucun commentaire:
Enregistrer un commentaire