Skip to content

Instantly share code, notes, and snippets.

@pringgojs
Created November 1, 2018 02:22
Show Gist options
  • Save pringgojs/156645a04670942c963116070b7f52f8 to your computer and use it in GitHub Desktop.
Save pringgojs/156645a04670942c963116070b7f52f8 to your computer and use it in GitHub Desktop.
--- Attach permision Seeder Started ---
Errors accours when run php artisan dev:reset on `UserSeeder:attachPermission`.
Make it solved with `config/database.php` like this
```php
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => true,
'strict' => false,
'engine' => null,
],
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment