Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 5, 2020 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/27e7b5a747dd4d1a098e71ca3a92f146 to your computer and use it in GitHub Desktop.
Save parzibyte/27e7b5a747dd4d1a098e71ca3a92f146 to your computer and use it in GitHub Desktop.
<?php
DB::table("clientes")
->insert([
"nombre" => "Mostrador",
"telefono" => "0123456789",
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment