Skip to content

Instantly share code, notes, and snippets.

@fayqLs
Last active March 24, 2023 12:44
Show Gist options
  • Save fayqLs/fa17d3d33ac0cab98bb13250c4afec00 to your computer and use it in GitHub Desktop.
Save fayqLs/fa17d3d33ac0cab98bb13250c4afec00 to your computer and use it in GitHub Desktop.
INSERIR O REGISTRO
<?php
$cliente = new Cliente();
$cliente->nome = 'FABRICIO';
$cliente->celular = '(83) 98655-6461';
$cliente->email = '[email protected]';
$cliente->store();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment