There was an error while loading. Please reload this page.
This method creates a new entry.
public function create(array $data): Model;
$instance = $repository->create([ 'name' => 'Joe Doe', 'email' => 'joe@doe.com', ]); echo 'User #' . $user->id . ' created';
🡄 Creating Caching Repositories | Update a Row 🡆
Home