Md. Kamrul Islam
Results
1
comments of
Md. Kamrul Islam
In **laravel 5.8.10** add 'table'=>'users' in config/auth.php 'providers' => [ 'users' => [ 'driver' => 'eloquent', 'model' => App\User::class, 'table'=>'users' ], and replace users schema bigIncrements to increments Schema::create('users', function...