Skip to content

Instantly share code, notes, and snippets.

/Controller.php Secret

Created May 8, 2017 18:10
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 anonymous/78d1417e84511fdf2268653d65999b1e to your computer and use it in GitHub Desktop.
Save anonymous/78d1417e84511fdf2268653d65999b1e to your computer and use it in GitHub Desktop.
<?php
Model::create([
'datetime_column' => Carbon::createFromFormat( 'd/m/Y', $request->input('input_file')),
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment