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);
Replace this line:
use Illuminate\Support\facades\Schema;
With this:
use Schema;