I am working with Laravel5.4. When I use socialite package to login with Facebook, I need to add this line of
Schema::defaultStringLength(191);
In my case, I use capital letter its work.
use Illuminate\Support\facades\Schema;
replace with this
use Illuminate\Support\Facades\Schema;