Open overint opened 8 years ago
Add table
and model
values into config/auth.php
like:
'table' => 'admin',
'model' => App\Admin\Admin::class,
Fix found here: http://stackoverflow.com/questions/34529621/how-to-fix-in-laravel-5-2-zizaco-entrustmigration-class-name-validation#
Leaving this open though.
This answer on the page works, the accepted does not :/
This is related to #531 I think. I added references and my thoughts on how/why it happened and the solution which fixed it.
Followed setup instructions, however when I attempt to migrate I get the following error: