Skip to content

Instantly share code, notes, and snippets.

@fatgy
Last active May 21, 2018 07:10
Show Gist options
  • Save fatgy/13398983fbe01a83ba6c03c7943c02a8 to your computer and use it in GitHub Desktop.
Save fatgy/13398983fbe01a83ba6c03c7943c02a8 to your computer and use it in GitHub Desktop.
Laravel config mysql modes
<?php
// http://voerro.com/blog/simple-visit-tracker-for-laravel-5.5-with-tdd
[
'modes' => ['STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'],
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment