Skip to content

Instantly share code, notes, and snippets.

@EricMcWinNer
Created November 29, 2021 12:26
Show Gist options
  • Save EricMcWinNer/bce4eefa67e6e16bcc009773b69fe6c9 to your computer and use it in GitHub Desktop.
Save EricMcWinNer/bce4eefa67e6e16bcc009773b69fe6c9 to your computer and use it in GitHub Desktop.
<?php
use Illuminate\Support\Str;
return [
// Other settings we don't care about.
'connections' => [
// Other connections we don't care about
'mysql' => [
// Other mysql configurations we don't care about
'engine' => 'InnoDB',
],
]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment