Kevin Tresuelo
Results
1
comments of
Kevin Tresuelo
In `config/database.php`, set `mysql`'s `'strict'` to `false`. ``` 'mysql' => [ ... 'strict' => false, ... ], ```