Skip to content

Instantly share code, notes, and snippets.

@devfabriciobr
Last active March 24, 2023 12:44
Show Gist options
  • Select an option

  • Save devfabriciobr/fa17d3d33ac0cab98bb13250c4afec00 to your computer and use it in GitHub Desktop.

Select an option

Save devfabriciobr/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 = 'fabricio.dev.contato@gmail.com';
$cliente->store();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment